Wowpedia

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

READ MORE

Wowpedia
m (Update signature)
Tag: WoW API docs
KethoBot (talk | contribs)
m (Remove elinks)
Tag: WoW API docs
Line 12: Line 12:
 
* {{Patch 4.0.1|note=Added spellID parameter.}}
 
* {{Patch 4.0.1|note=Added spellID parameter.}}
 
* {{Patch 2.0.1|note=Added.}}
 
* {{Patch 2.0.1|note=Added.}}
 
== External links ==
 
<!-- Please read https://wow.gamepedia.com/Wowpedia:External_links_policy before adding new links. -->
 
{{Elinks-api|t=e|system=Unit}}
 

Revision as of 23:01, 8 June 2021

Fired when a unit begins channeling in the course of casting a spell. Received for party/raid members as well as the player.

UNIT_SPELLCAST_CHANNEL_START: unitTarget, castGUID, spellID

Payload

unitTarget
string
castGUID
string
spellID
number

Patch changes