extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr) { SetupShamanSpells(mgr); SetupWarlockSpells(mgr); SetupWarriorSpells(mgr); SetupHunterSpells(mgr); SetupItemSpells_1(mgr); SetupMageSpells(mgr); SetupPaladinSpells(mgr); SetupRogueSpells(mgr); SetupQuestItems(mgr); }
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr) { SetupShamanSpells(mgr); SetupWarlockSpells(mgr); SetupWarriorSpells(mgr); SetupHunterSpells(mgr); SetupItemSpells_1(mgr); SetupQuestItems(mgr); //this was commented for crash reason, let see what are those... SetupMageSpells(mgr); SetupPaladinSpells(mgr); SetupRogueSpells(mgr); SetupPriestSpells(mgr); SetupPetAISpells(mgr); SetupDruidSpells(mgr); SetupDeathKnightSpells(mgr); }