Skip to content

Commit 027306f

Browse files
authored
fix(Core/Player): increase jumpRadius of melee chain to 10y (azerothcore#25815)
1 parent eda6343 commit 027306f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/game/Spells/Spell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,8 +2111,8 @@ void Spell::SearchChainTargets(std::list<WorldObject*>& targets, uint32 chainTar
21112111
jumpRadius = 7.5f;
21122112
break;
21132113
case SPELL_DAMAGE_CLASS_MELEE:
2114-
// 5y for swipe, cleave and similar
2115-
jumpRadius = 5.0f;
2114+
// 10y for swipe, cleave and similar
2115+
jumpRadius = 10.0f;
21162116
break;
21172117
case SPELL_DAMAGE_CLASS_NONE:
21182118
case SPELL_DAMAGE_CLASS_MAGIC:

0 commit comments

Comments
 (0)