Ejemplo n.º 1
0
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);
}
Ejemplo n.º 2
0
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);
}