fix(Core/Misc): Correct typo when loading reference loot templates (#18872)
- Fix typo when loading reference loot templates - Closes #18870 Co-authored-by: Jason Mok <jasonmok@Jasons-MacBook-Air-4.local>
This commit is contained in:
parent
c9bdf4c0ef
commit
d34f64a832
1 changed files with 1 additions and 1 deletions
|
|
@ -2351,6 +2351,6 @@ void LoadLootTemplates_Reference()
|
|||
// output error for any still listed ids (not referenced from any loot table)
|
||||
LootTemplates_Reference.ReportUnusedIds(lootIdSet);
|
||||
|
||||
LOG_INFO("server.loading", ">> Loaded refence loot templates in {} ms", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", ">> Loaded reference loot templates in {} ms", GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue