[Error][outfitter] No events found for Hawk
dman925625 opened this issue · 9 comments
Getting that error whenever I switch aspects on my hunter. Using the classic version and updated it recently (this week) through the twitch app. Typing "/outfitter errors off" doesn't stop showing that error, and I don't know what to do to make it stop popping up
It happens any time the game applies the Aspect of the Hawk to your character, which includes hidden times where the aspect gets re-applied transparently (like changing instances or initially logging in to the game.)
So I looked at this, it should be working. No idea why it isn't. I'll need to level a hunter a bit to see if I can replicate it.
I was able to get the error to go away by adding one line to Outfitter.lua.
After Line 956 (Should say "Feigning ...") try adding this:
Hawk = {Equip = "HAWK", Unequip = "NOT_HAWK"},
I don't know if it breaks anything else, since my hunter is only 30, but it doesn't pop up anymore!