Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (Pywikibot 5.0.0.dev0)
Tag: WoW API docs
KethoBot (talk | contribs)
m (Update signature)
Tag: WoW API docs
Line 1: Line 1:
 
{{wowapievent|Unit}}
 
{{wowapievent|Unit}}
 
Fired when a unit begins casting a non-instant cast spell, including party/raid members or the player.
 
Fired when a unit begins casting a non-instant cast spell, including party/raid members or the player.
UNIT_SPELLCAST_START: "unitTarget", "castGUID", spellID
+
UNIT_SPELLCAST_START: unitTarget, castGUID, spellID
   
 
==Payload==
 
==Payload==

Revision as of 00:21, 17 October 2020

Fired when a unit begins casting a non-instant cast spell, including party/raid members or the player.

UNIT_SPELLCAST_START: unitTarget, castGUID, spellID

Payload

unitTarget
string
castGUID
string
spellID
number

Patch changes

External links