[9014] Fixed unexpected error output for "unused" db_script_string.

When it reallt used in `gossip_scripts`.
This commit is contained in:
VladimirMangos 2009-12-17 16:50:03 +03:00
parent 0502de55af
commit 27f37ba4dc
2 changed files with 2 additions and 1 deletions

View file

@ -8283,6 +8283,7 @@ void ObjectMgr::LoadDbScriptStrings()
CheckScripts(sSpellScripts,ids);
CheckScripts(sGameObjectScripts,ids);
CheckScripts(sEventScripts,ids);
CheckScripts(sGossipScripts,ids);
sWaypointMgr.CheckTextsExistance(ids);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9013"
#define REVISION_NR "9014"
#endif // __REVISION_NR_H__