예제 #1
0
파일: Setup.cpp 프로젝트: AegisEmu/AegisEmu
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
{
    SetupInnkeepers(mgr);
    SetupGuardGossip(mgr);
    SetupTrainerScript(mgr);
    SetupMulgoreGossip(mgr);
    SetupShattrathGossip(mgr);
    SetupTanarisGossip(mgr);
    SetupMoongladeScript(mgr);
    SetupStormwindGossip(mgr);
}
예제 #2
0
파일: Setup.cpp 프로젝트: armm77/AscEmu
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
{
    SetupDalaranGossip(mgr);
    SetupInnkeepers(mgr);
    SetupGuardGossip(mgr);
    SetupTrainerScript(mgr);
    SetupMulgoreGossip(mgr);
    SetupShattrathGossip(mgr);
    SetupTanarisGossip(mgr);
    SetupMoongladeGossip(mgr);
    SetupStormwindGossip(mgr);
    SetupTheramoreGossip(mgr);
    SetupTeldrassilGossip(mgr);
    SetupBoreanTundraGossip(mgr);
    SetupWyrmrestTempleGossip(mgr);
    SetupXpEliminatorGossip(mgr);
}