mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9398] Some config enmus fixes.
This commit is contained in:
parent
f9db93e78b
commit
d20e50a8e5
4 changed files with 5 additions and 6 deletions
|
|
@ -950,7 +950,7 @@ void World::LoadConfigSettings(bool reload)
|
|||
m_configUint32Values[CONFIG_UINT32_CORPSE_DECAY_RAREELITE] = sConfig.GetIntDefault("Corpse.Decay.RAREELITE", 300);
|
||||
m_configUint32Values[CONFIG_UINT32_CORPSE_DECAY_WORLDBOSS] = sConfig.GetIntDefault("Corpse.Decay.WORLDBOSS", 3600);
|
||||
|
||||
m_configUint32Values[CONFIG_UINT32_DEATH_SICKNESS_LEVEL] = sConfig.GetIntDefault ("Death.SicknessLevel", 11);
|
||||
m_configInt32Values[CONFIG_INT32_DEATH_SICKNESS_LEVEL] = sConfig.GetIntDefault ("Death.SicknessLevel", 11);
|
||||
|
||||
m_configBoolValues[CONFIG_BOOL_DEATH_CORPSE_RECLAIM_DELAY_PVP] = sConfig.GetBoolDefault("Death.CorpseReclaimDelay.PvP", true);
|
||||
m_configBoolValues[CONFIG_BOOL_DEATH_CORPSE_RECLAIM_DELAY_PVE] = sConfig.GetBoolDefault("Death.CorpseReclaimDelay.PvE", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue