From a7794b6a528aeb05f85d6f9c19d24ad640f61821 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 2 Jun 2009 17:42:59 -0500 Subject: [7939] Fixed check in LoadLootTemplates_Spell. Author: XTZGZoReX --HG-- branch : trunk --- src/game/LootMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/LootMgr.cpp') 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() -- cgit v1.2.3