Skip to content

Commit

Permalink
Fix "no events found for Hawk" error
Browse files Browse the repository at this point in the history
Hawk is mapped in [`cSpellIDToSpecialID`](https://github.com/cdmichaelb/Outfitter/blob/4039d5d392421aae46b3d893860f4fee72f08722/Outfitter.lua#L1036-L1054) but not in `cSpecialIDEvents` so its events are currently not handled.
  • Loading branch information
isker authored Nov 29, 2020
1 parent 4039d5d commit b77a114
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 b77a114

Please sign in to comment.