Update LootMgr.cpp (#25849)

Typo correction for console & log output `>> Loaded reference loot templates in %u ms`

`refence` --> `reference`
This commit is contained in:
Trond B. Krokli
2021-01-14 10:16:12 +01:00
committed by GitHub
parent f6b22df9bd
commit cf5f360299

View File

@@ -1143,7 +1143,7 @@ void LoadLootTemplates_Reference()
// output error for any still listed ids (not referenced from any loot table)
LootTemplates_Reference.ReportUnusedIds(lootIdSet);
TC_LOG_INFO("server.loading", ">> Loaded refence loot templates in %u ms", GetMSTimeDiffToNow(oldMSTime));
TC_LOG_INFO("server.loading", ">> Loaded reference loot templates in %u ms", GetMSTimeDiffToNow(oldMSTime));
}
void LoadLootTables()