mirror of
https://github.com/4sval/FModel.git
synced 2026-04-19 08:07:43 -05:00
Adding to fix of Galileo stages :/
This commit is contained in:
parent
c7515452c2
commit
46f3b40fbc
|
|
@ -285,7 +285,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
|||
if (!string.Equals(primaryAssetName, questGalileoToken.Value<string>()))
|
||||
{
|
||||
int questGalileoStageId = int.Parse(questGalileoToken.Value<string>().Substring(questGalileoToken.Value<string>().Length - 1, 1)) + 1;
|
||||
primaryAssetName = questGalileoToken.Value<string>().Remove(questGalileoToken.Value<string>().Length - 1).Replace("questobj", "quest") + "_" + questGalileoStageId;
|
||||
primaryAssetName = questGalileoToken.Value<string>().Remove(questGalileoToken.Value<string>().Length - 1).Replace("questobj", "quest").Replace("_npc_or_player", "") + "_" + questGalileoStageId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user