Skip to content

Commit

Permalink
fix(Core/Misc): Correct typo when loading reference loot templates (a…
Browse files Browse the repository at this point in the history
…zerothcore#18872)

- Fix typo when loading reference loot templates
- Closes azerothcore#18870

Co-authored-by: Jason Mok <jasonmok@Jasons-MacBook-Air-4.local>
  • Loading branch information
2 people authored and ikkj committed Jun 13, 2024
1 parent 0430d9e commit 7c37cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Loot/LootMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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", " ");
}

0 comments on commit 7c37cfe

Please sign in to comment.