View Single Post
09-18-18, 09:03 PM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
RegisterUnitEvent looks for unitIDs, which are strings. "player", "target", "boss1", "raid9", etc. What you are passing is a table, which means it probably has a fallback to a valid unitID, or string.
  Reply With Quote