void AddCustomScripts() { #ifdef SCRIPTS /* This is where custom scripts should be added. */ //TeleNPC2 AddSC_npc_teleport(); //Hunter Pet Vendor AddSC_npc_hunterpetvendor(); // Custom AddSC_DuelReset(); AddSC_npc_mount(); AddSC_ArgentTournament(); AddSC_dalaran_squirrel(); AddSC_arena_spectator_script(); AddSC_transmogrify_script(); #endif }
void AddCustomScripts() { #ifdef SCRIPTS /* This is where custom scripts should be added. */ //TeleNPC2 AddSC_npc_teleport(); //Hunter Pet Vendor AddSC_npc_hunterpetvendor(); // Custom AddSC_DuelReset(); AddSC_npc_mount(); AddSC_ArgentTournament(); AddSC_guildmaster(); AddSC_Npc_Buff(); AddSC_professionnpc(); AddSC_npc_other(); AddSC_npc_title(); AddSC_vip_commandscript(); AddSC_DuelReset(); AddSC_npc_teleport; #endif }