[11982] Fix DB_STRICTED_CHECK output for gossip

This fixes to integrity check to report unused gossip_menu entries. Before only menus used by creatures with gossip_menu_items were reported

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
virusav 2012-05-04 16:05:58 +02:00 committed by Schmoozerd
parent 67fe27774c
commit ab9b37bf3b
2 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11981"
#define REVISION_NR "11982"
#endif // __REVISION_NR_H__