[7939] Fixed check in LoadLootTemplates_Spell.

Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
XTZGZoReX 2009-06-01 15:50:18 +04:00 committed by AlexDereka
parent 65dd5e568d
commit db03f6e0da
2 changed files with 2 additions and 2 deletions

View file

@ -1330,7 +1330,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()