View Single Post
10/29/15, 02:07 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
EVENT_EFFECT_CHANGED Problem

The event EVENT_EFFECT_CHANGED is firing an EFFECT_RESULT_GAINED for buffs that the character already has when weapons are swapped.

If the character already has the buff it should either fire EFFECT_RESULT_FADED first, before firing EFFECT_RESULT_GAINED to regain the buff, or don't fire the EFFECT_RESULT_GAINED at all. Or possibly an EFFECT_RESULT_UPDATED would also be logical.

Last edited by circonian : 10/29/15 at 02:12 PM.
  Reply With Quote