[c12617] Change a default config setting to more fitting

This commit is contained in:
Schmoozerd 2013-05-31 12:14:38 +01:00 committed by Antz
parent dc3de04d62
commit e0290b165a
8 changed files with 45 additions and 4 deletions

View file

@ -614,7 +614,7 @@ void World::LoadConfigSettings(bool reload)
setConfig(CONFIG_BOOL_INSTANCE_IGNORE_RAID, "Instance.IgnoreRaid", false);
setConfig(CONFIG_BOOL_CAST_UNSTUCK, "CastUnstuck", true);
setConfig(CONFIG_UINT32_MAX_SPELL_CASTS_IN_CHAIN, "MaxSpellCastsInChain", 10);
setConfig(CONFIG_UINT32_MAX_SPELL_CASTS_IN_CHAIN, "MaxSpellCastsInChain", 20);
setConfig(CONFIG_UINT32_BIRTHDAY_TIME, "BirthdayTime", 1125180000);
setConfig(CONFIG_UINT32_RABBIT_DAY, "RabbitDay", 0);