diff options
| author | megamage <none@none> | 2009-06-02 17:42:59 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-02 17:42:59 -0500 |
| commit | a7794b6a528aeb05f85d6f9c19d24ad640f61821 (patch) | |
| tree | 43896e206dd32d4000add6a083d84664da63d576 /src | |
| parent | 58d910d191250748ef08e34b7a6de357d56d0197 (diff) | |
[7939] Fixed check in LoadLootTemplates_Spell. Author: XTZGZoReX
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/LootMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 78977d4a5dd..5654f540da1 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -1333,7 +1333,7 @@ void LoadLootTemplates_Spell() } // output error for any still listed (not referenced from appropriate table) ids - LootTemplates_QuestMail.ReportUnusedIds(ids_set); + LootTemplates_Spell.ReportUnusedIds(ids_set); } void LoadLootTemplates_Reference() |
