Fixes server loading.

This commit is contained in:
hondacrx
2024-01-31 22:50:42 -05:00
parent 3cc1912d07
commit 958ab1dfbb
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -2071,7 +2071,7 @@ namespace Game
continue;
}
if (creatureSummonedDataStorage.ContainsKey(creatureId))
if (!creatureSummonedDataStorage.ContainsKey(creatureId))
creatureSummonedDataStorage[creatureId] = new();
CreatureSummonedData summonedData = creatureSummonedDataStorage[creatureId];