diff --git a/src/game/World.cpp b/src/game/World.cpp index 19487cc6e..d4a16cdff 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -992,8 +992,8 @@ void World::SetInitialWorldSettings() DetectDBCLang(); sObjectMgr.SetDBCLocaleIndex(GetDefaultDbcLocale()); // Get once for all the locale index of DBC language (console/broadcasts) - sLog.outString("Loading SpellTemplate..."); - sObjectMgr.LoadSpellTemplate(); + //sLog.outString("Loading SpellTemplate..."); + //sObjectMgr.LoadSpellTemplate(); sLog.outString("Loading Script Names..."); sScriptMgr.LoadScriptNames(); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ed0e62709..e7dad446a 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 "12736" + #define REVISION_NR "12737" #endif // __REVISION_NR_H__