[12000] Implement server side spells

Add exemplarily support for spells 21387(used with Ragnaros) and 62388(related to Demonic Circle)
Further table columns can be added as required.

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Kid10 2012-06-12 23:15:07 +02:00 committed by Schmoozerd
parent 969c10a8d9
commit acc27152eb
9 changed files with 120 additions and 4 deletions

View file

@ -953,6 +953,9 @@ 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 Script Names...");
sScriptMgr.LoadScriptNames();