mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[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:
parent
969c10a8d9
commit
acc27152eb
9 changed files with 120 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue