mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[c12617] Change a default config setting to more fitting
This commit is contained in:
parent
dc3de04d62
commit
e0290b165a
8 changed files with 45 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue