mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[6844] Implemented configurable assistance aggro delaying. Some typos fixed.
Do not forget to update your config files. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
c978b80be2
commit
359d4d7dd3
6 changed files with 62 additions and 11 deletions
|
|
@ -757,7 +757,8 @@ void World::LoadConfigSettings(bool reload)
|
|||
|
||||
m_configs[CONFIG_EVENT_ANNOUNCE] = sConfig.GetIntDefault("Event.Announce",0);
|
||||
|
||||
m_configs[CONFIG_CREATURE_FAMILY_ASSISTEMCE_RADIUS] = sConfig.GetIntDefault("CreatureFamilyAssistenceRadius",10);
|
||||
m_configs[CONFIG_CREATURE_FAMILY_ASSISTANCE_RADIUS] = sConfig.GetIntDefault("CreatureFamilyAssistanceRadius",10);
|
||||
m_configs[CONFIG_CREATURE_FAMILY_ASSISTANCE_DELAY] = sConfig.GetIntDefault("CreatureFamilyAssistanceDelay",1500);
|
||||
|
||||
m_configs[CONFIG_WORLD_BOSS_LEVEL_DIFF] = sConfig.GetIntDefault("WorldBossLevelDiff",3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue