Skip to content

Commit

Permalink
SHH: Fix previous commit typos with minus
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jul 31, 2023
1 parent 3b0f062 commit 5b6b03f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ EndContentData */

enum
{
YELL_DIE_L = -16924,
YELL_DIE_R = -16925,
EMOTE_ENRAGE = -16402,
YELL_DIE_L = 16924,
YELL_DIE_R = 16925,
EMOTE_ENRAGE = 16402,

SPELL_BLAST_WAVE = 30600,
SPELL_FEAR = 30584,
Expand Down

0 comments on commit 5b6b03f

Please sign in to comment.