Skip to content

Commit

Permalink
fix(SAI): missing comment for event_type 2 closes #441 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Mar 7, 2020
1 parent e71fc25 commit e22263d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SAI_EVENT_COMMENTS[SAI_EVENTS.HAS_AURA] = `On Aura '_hasAuraEventParamOne_'`;
SAI_EVENT_COMMENTS[SAI_EVENTS.TARGET_BUFFED] = `On Target Buffed With '_spellNameEventParamOne_'`;
SAI_EVENT_COMMENTS[SAI_EVENTS.SPELLHIT_TARGET] = `On Target Spellhit '_spellNameEventParamOne_'`;
SAI_EVENT_COMMENTS[SAI_EVENTS.FRIENDLY_MISSING_BUFF] = `On Friendly Unit Missing Buff '_spellNameEventParamOne_'`;
SAI_EVENT_COMMENTS[SAI_EVENTS.HEALTH_PCT] = `Between _eventParamOne_-_eventParamTwo_% Health`;
SAI_EVENT_COMMENTS[SAI_EVENTS.MANA_PCT] = `Between _eventParamOne_-_eventParamTwo_% Mana`;
SAI_EVENT_COMMENTS[SAI_EVENTS.RANGE] = `Within _eventParamOne_-_eventParamTwo_ Range`;
SAI_EVENT_COMMENTS[SAI_EVENTS.OOC_LOS] = `Within _eventParamOne_-_eventParamTwo_ Range Out of Combat LoS`;
Expand Down

0 comments on commit e22263d

Please sign in to comment.