Пример #1
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_NewScripts();
	AddSC_NPC_Transmogrify();
	AddSC_World_Chat();
	AddSC_PvPTitles();
	AddSC_Professions_NPC();
#endif
}
Пример #2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
AddSC_obj_mail_alli();
AddSC_npc_learn_spell();
AddSC_item_custom_summon();
AddSC_PWS_Transmogrification();
AddSC_CS_Transmogrification();
AddSC_World_Chat();
AddSC_NPC_TransmogDisplayVendor();
AddSC_world_pvp();
AddSC_npc_1v1arena();
AddSC_guildmaster();
#endif
}