Zwiebelchen
Hosted Project GR
- Joined
- Sep 17, 2009
- Messages
- 7,234
So, I encountered a simple problem that is probably related to a bug, but whatevs...
On immediate no-target abilities based on channel the
This is problematic for a very simple reason:
Has anyone found a workaround for this yet?
On immediate no-target abilities based on channel the
GetSpellTargetUnit()
returns the casting unit instead of null
. This seems to only happen for channel; for example, the Berserk ability returns null properly.This is problematic for a very simple reason:
GetSpellTargetUnit() == null
is the only way we can seperate instant cast no-target abilities from targeted abilities in an event response.Has anyone found a workaround for this yet?