View Single Post
04-24-16, 07:17 PM   #3
TOM_RUS
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 95
Originally Posted by galvin View Post
There any lists I can look into?
UNIT_SPELLCAST_START returns different info than live. Having a hardtime finding what it is.
Code:
if event == "UNIT_SPELLCAST_START" then
    local unitTag, spellName, rank, lineID, spellID = ...;
end