mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[7939] Fixed check in LoadLootTemplates_Spell.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
parent
65dd5e568d
commit
db03f6e0da
2 changed files with 2 additions and 2 deletions
|
|
@ -1330,7 +1330,7 @@ void LoadLootTemplates_Spell()
|
||||||
}
|
}
|
||||||
|
|
||||||
// output error for any still listed (not referenced from appropriate table) ids
|
// 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()
|
void LoadLootTemplates_Reference()
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7938"
|
#define REVISION_NR "7939"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue