Grid2

Grid2

11M Downloads

Banzai incoming spell cast status affects the wrong unit when the spell is being cast on a unit other than their target

AlexFolland opened this issue ยท 2 comments

commented

The "banzai" incoming spell cast status affects the casting unit's target instead of the spell cast target from the combat log. I suggest using the combat log event's cast target instead.

To clarify, this is common in arena when the opponents are using arena1/2/3 and focus macros.

commented

Not possible. The point of using the enemy target to guess the spell destination, is that combat_log does not provide the target information for players in SPELL_CAST_START events (blizzard removed that information from combat log some years ago).

commented

OK, I see what you mean. I tested this in-game and checked the combat log events to confirm what you've said. Thanks for the clarity.