mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
fix(Core/Player): increase jumpRadius of melee chain to 10y (#25815)
This commit is contained in:
@@ -2111,8 +2111,8 @@ void Spell::SearchChainTargets(std::list<WorldObject*>& targets, uint32 chainTar
|
||||
jumpRadius = 7.5f;
|
||||
break;
|
||||
case SPELL_DAMAGE_CLASS_MELEE:
|
||||
// 5y for swipe, cleave and similar
|
||||
jumpRadius = 5.0f;
|
||||
// 10y for swipe, cleave and similar
|
||||
jumpRadius = 10.0f;
|
||||
break;
|
||||
case SPELL_DAMAGE_CLASS_NONE:
|
||||
case SPELL_DAMAGE_CLASS_MAGIC:
|
||||
|
||||
Reference in New Issue
Block a user