mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-09 10:40:28 +00:00
fix(Core/Spells): cache reflection target information for reflected thunderstorm direction (#23762)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user