void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_vipcommands();
	AddSC_cs_world_chat();
	//AddSC_npc_top_arena();
	AddSC_Npc_Beastmaster();
	AddSC_cyclone_customs();
	AddSC_enchanter();
	AddSC_npc_glyph_template();
	AddSC_npc_item_template();
	AddSC_title_system();
	AddSC_TalentGossip();
	AddSC_npc_changer();
	AddSC_TimedGobjectSpawn();
//	arena_spectator_commands();
//  npc_arena_spectator();
//	AddSC_ProfessionNpc();
//	AddSC_npc_suffixvendor();
	AddSC_title_system1();
	AddSC_fast_arena_start();
	//AddSC_npc_template();
	AddSC_SeasonReward();
	AddSC_r15transmog();
	AddSC_hat_redeemer();
	AddSC_NPC_TransmogDisplayVendor();
#endif
}
void AddCustomScripts()
{
#ifdef SCRIPTS
	/* This is where custom scripts should be added. */
	
	AddSC_Npc_Beastmaster();
	AddSC_npc_changer();
	AddSC_world_chat();
	AddSC_Reset();
	AddSC_Morph_npc();
	AddSC_Professions_NPC();
	AddSC_tele();
	AddSC_npc_global_trainer();
	AddSC_npc_enchantment();
	AddSC_player_loginscript();
	AddSC_TemplateNPC();
	AddSC_fast_arena_start();
	AddSC_npc_1v1arena();
#endif
}