[c12591] Add support for the Rabbit Day

This commit is contained in:
Schmoozerd 2013-05-31 10:47:52 +01:00 committed by Antz
parent de4c1edf9b
commit 93c35f034d
5 changed files with 20 additions and 1 deletions

View file

@ -616,6 +616,7 @@ void World::LoadConfigSettings(bool reload)
setConfig(CONFIG_BOOL_CAST_UNSTUCK, "CastUnstuck", true);
setConfig(CONFIG_UINT32_MAX_SPELL_CASTS_IN_CHAIN, "MaxSpellCastsInChain", 10);
setConfig(CONFIG_UINT32_BIRTHDAY_TIME, "BirthdayTime", 1125180000);
setConfig(CONFIG_UINT32_RABBIT_DAY, "RabbitDay", 0);
setConfig(CONFIG_UINT32_INSTANCE_RESET_TIME_HOUR, "Instance.ResetTimeHour", 4);
setConfig(CONFIG_UINT32_INSTANCE_UNLOAD_DELAY, "Instance.UnloadDelay", 30 * MINUTE * IN_MILLISECONDS);