Skip to content

Commit 24f4f14

Browse files
Merge AzerothCore 3.3.5 to ElunaAzerothcore [skip ci]
2 parents 31a2ff4 + 027306f commit 24f4f14

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
@@ -2114,8 +2114,8 @@ void Spell::SearchChainTargets(std::list<WorldObject*>& targets, uint32 chainTar
21142114
jumpRadius = 7.5f;
21152115
break;
21162116
case SPELL_DAMAGE_CLASS_MELEE:
2117-
// 5y for swipe, cleave and similar
2118-
jumpRadius = 5.0f;
2117+
// 10y for swipe, cleave and similar
2118+
jumpRadius = 10.0f;
21192119
break;
21202120
case SPELL_DAMAGE_CLASS_NONE:
21212121
case SPELL_DAMAGE_CLASS_MAGIC:

0 commit comments

Comments
 (0)