fix(Core/Spells): Implement spell_jump_distance (#25023)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-03-10 22:09:26 -03:00
committed by GitHub
parent 6ffe41dd59
commit 46b48cdfa0
7 changed files with 57 additions and 0 deletions

View File

@@ -401,6 +401,7 @@ public:
bool _isSpellValid;
bool _isCritCapable;
bool _requireCooldownInfo;
float JumpDistance;
SpellInfo(SpellEntry const* spellEntry);
~SpellInfo();