UNIT_SPELLCAST_SUCCEEDED

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 2.0.1 / 1.13.2

Fired when a spell is cast successfully. Event is received even if spell is resisted.

UNIT_SPELLCAST_SUCCEEDED: unitTarget, castGUID, spellID

Payload

unitTarget
string : UnitId
castGUID
string
spellID
number

Patch changes