Esempio n. 1
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_npc_guildhouses();
#endif
}
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_npc_guildhouses();
    AddSC_npc_lottery();
    AddSC_npcs_mini_boss();
    AddSC_npc_zingara();
#endif
}