Fix build.

This commit is contained in:
hondacrx
2022-05-24 18:21:45 -04:00
parent a89977ad99
commit b3eec19d55
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ namespace Game.Loots
// output error for any still listed ids (not referenced from any loot table)
Reference.ReportUnusedIds(lootIdSet);
Log.outInfo(LogFilter.ServerLoading, "Loaded refence loot templates in {0} ms", Time.GetMSTimeDiffToNow(oldMSTime));
Log.outInfo(LogFilter.ServerLoading, "Loaded reference loot templates in {0} ms", Time.GetMSTimeDiffToNow(oldMSTime));
}
}