Ejemplo n.º 1
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)    // Comment any script to disable it
{
    SetupBrewfest(mgr);
    SetupDarkmoonFaire(mgr);
    SetupDayOfTheDead(mgr);
    SetupL70ETC(mgr);
    SetupWinterVeil(mgr);
    SetupHallowsEnd(mgr);

    SetupVayrieTest(mgr);
}
Ejemplo n.º 2
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
{
    SetupWinterVeil(mgr);
}
Ejemplo n.º 3
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
    SetupWinterVeil(mgr);
    SetupHalloween(mgr);
}