Fix build

This commit is contained in:
hondacrx
2021-01-26 19:46:39 -05:00
parent 21b71fb584
commit b730fa4481
+1 -1
View File
@@ -188,7 +188,7 @@ namespace Game.Loots
if (count != 0)
Log.outInfo(LogFilter.ServerLoading, "Loaded {0} gameobject loot templates in {1} ms", count, Time.GetMSTimeDiffToNow(oldMSTime));
else
Log.outoutInfoError(LogFilter.ServerLoading, "Loaded 0 gameobject loot templates. DB table `gameobject_loot_template` is empty");
Log.outInfo(LogFilter.ServerLoading, "Loaded 0 gameobject loot templates. DB table `gameobject_loot_template` is empty");
}
public static void LoadLootTemplates_Item()