From 94948f7912449e2d9771bac840fb1acb7276e300 Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Tue, 19 Nov 2013 18:12:47 +0200 Subject: [PATCH] [12737] Temporally disabled spell_template table load, it needs complete rewrite and implementation of spell_effects table and may other... --- src/game/World.cpp | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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__