diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 2322d3fbf..03046b2a1 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -8283,6 +8283,7 @@ void ObjectMgr::LoadDbScriptStrings() CheckScripts(sSpellScripts,ids); CheckScripts(sGameObjectScripts,ids); CheckScripts(sEventScripts,ids); + CheckScripts(sGossipScripts,ids); sWaypointMgr.CheckTextsExistance(ids); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 89a4e1264..cb22b489c 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9013" + #define REVISION_NR "9014" #endif // __REVISION_NR_H__