View Single Post
08/05/16, 03:04 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
You cannot use the same filter type more than once for an event handler. In order to get it to work properly, you will need to register 3 separate handlers (different namespace) for EVENT_COMBAT_EVENT.
  Reply With Quote