View Single Post
10-25-12, 02:57 PM   #2
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
The following tells me that the client doesn't trigger UNIT_SPELLCAST_SENT for this:
lua Code:
  1. f = CreateFrame'Frame' f:RegisterEvent("UNIT_SPELLCAST_SENT") f:SetScript("OnEvent", function(...) print(...) end)
__________________
「貴方は1人じゃないよ」
  Reply With Quote