Core/Scripts: Reworked scripts. More to come.

This commit is contained in:
hondacrx
2021-02-18 11:57:11 -05:00
parent 1e2b303b35
commit 03456fb574
19 changed files with 2158 additions and 704 deletions
+1 -1
View File
@@ -1872,7 +1872,7 @@ namespace Game
creature.FlagsExtra = (CreatureFlagsExtra)fields.Read<uint>(75);
creature.ScriptID = GetScriptId(fields.Read<string>(76));
_creatureTemplateStorage.Add(entry, creature);
_creatureTemplateStorage[entry] = creature;
}
void LoadCreatureTemplateModels()