Skip to content

Commit

Permalink
Merge pull request #52 from isker/master
Browse files Browse the repository at this point in the history
Fix "no events found for Hawk" error
  • Loading branch information
cdmichaelb authored Nov 30, 2020
2 parents 4039d5d + b77a114 commit 9e4de8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Outfitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ Outfitter.cSpecialIDEvents =
GhostWolf = {Equip = "GHOST_WOLF", Unequip = "NOT_GHOST_WOLF"},

Feigning = {Equip = "FEIGN_DEATH", Unequip = "NOT_FEIGN_DEATH"},
Hawk = {Equip = "HAWK", Unequip = "NOT_HAWK"},

Evocate = {Equip = "EVOCATE", Unequip = "NOT_EVOCATE"},

Expand Down

0 comments on commit 9e4de8d

Please sign in to comment.