Fix crash when adding new gameobject with command.

This commit is contained in:
hondacrx
2021-01-11 17:19:21 -05:00
parent 87859a67a1
commit 970876df40
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -4401,6 +4401,7 @@ namespace Game
{
if (!gameObjectDataStorage.ContainsKey(guid))
gameObjectDataStorage[guid] = new GameObjectData();
return gameObjectDataStorage[guid];
}
public GameObjectTemplate GetGameObjectTemplate(uint entry)