View Single Post
08/05/16, 03:14 PM   #3
Justinon
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 8
Originally Posted by sirinsidiator View Post
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.
Interesting, when I simply didn't pass the namespace in for the (same) filter three times, it ended up finally working. I think you're right, perhaps because I used the same filter within the same namespace it didn't work, but it doesn't totally explain why it worked after not passing the namespace.

Any ideas?
  Reply With Quote