예제 #1
0
파일: Setup.cpp 프로젝트: miklasiak/projekt
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);
}
예제 #2
0
파일: Setup.cpp 프로젝트: vata/wowice
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);
}