Misc fixes.

This commit is contained in:
hondacrx
2021-03-17 21:52:09 -04:00
parent 76d79ff2e6
commit d20893944c
6 changed files with 290 additions and 1 deletions
+1 -1
View File
@@ -2584,7 +2584,7 @@ namespace Game.Entities
} while (spellsResult.NextRow());
}
Log.outInfo(LogFilter.ServerLoading, $"Loaded {mServersideSpellNames} serverside spells {Time.GetMSTimeDiffToNow(oldMSTime)} ms");
Log.outInfo(LogFilter.ServerLoading, $"Loaded {mServersideSpellNames.Count} serverside spells {Time.GetMSTimeDiffToNow(oldMSTime)} ms");
}
public void LoadSpellInfoCustomAttributes()