Core/Scripts: Fix loading of spell scripts.

This commit is contained in:
hondacrx
2018-03-13 15:44:02 -04:00
parent 0ab3b8e8cd
commit 874e5b7b2c
3 changed files with 3 additions and 45 deletions
+1 -1
View File
@@ -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();