mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9014] Fixed unexpected error output for "unused" db_script_string.
When it reallt used in `gossip_scripts`.
This commit is contained in:
parent
0502de55af
commit
27f37ba4dc
2 changed files with 2 additions and 1 deletions
|
|
@ -8283,6 +8283,7 @@ void ObjectMgr::LoadDbScriptStrings()
|
|||
CheckScripts(sSpellScripts,ids);
|
||||
CheckScripts(sGameObjectScripts,ids);
|
||||
CheckScripts(sEventScripts,ids);
|
||||
CheckScripts(sGossipScripts,ids);
|
||||
|
||||
sWaypointMgr.CheckTextsExistance(ids);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9013"
|
||||
#define REVISION_NR "9014"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue