fix(Core/Spells): cache reflection target information for reflected thunderstorm direction (#23762)

This commit is contained in:
thomasjteachey
2025-11-21 00:17:52 -05:00
committed by GitHub
parent 01ebb1f193
commit a0f8f34ded
3 changed files with 42 additions and 1 deletions

View File

@@ -666,6 +666,9 @@ public:
WorldLocation* destTarget;
int32 damage;
SpellEffectHandleMode effectHandleMode;
Unit* m_reflectionTarget;
ObjectGuid m_reflectionTargetGuid;
Position m_reflectionTargetPosition;
// used in effects handlers
Aura* m_spellAura;