[7939] Fixed check in LoadLootTemplates_Spell. Author: XTZGZoReX

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-02 17:42:59 -05:00
parent 58d910d191
commit a7794b6a52

View File

@@ -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()