Core/Scripts: Fix loading of spell scripts.
This commit is contained in:
@@ -801,7 +801,7 @@ namespace Game
|
||||
LoadAutobroadcasts();
|
||||
|
||||
// Load and initialize scripts
|
||||
//Global.ObjectMgr.LoadSpellScripts(); // must be after load Creature/Gameobject(Template/Data)
|
||||
Global.ObjectMgr.LoadSpellScripts(); // must be after load Creature/Gameobject(Template/Data)
|
||||
Global.ObjectMgr.LoadEventScripts(); // must be after load Creature/Gameobject(Template/Data)
|
||||
Global.ObjectMgr.LoadWaypointScripts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user