[REC] Ravenous Honey Buzzer trinket always shows even after disabling
jsx228 opened this issue ยท 7 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this issue (above) so that it describes the issue I am reporting.
- I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).
Describe the Issue
The Trinket Ravenous Honey Buzzer is now showing up permanently in rotations if you have it equipped. Even when you disable it in gear and items. it still shows up. Even if you change it to toggle on interrupts etc anything, it will still show up. It does not show up when on cooldown.
How to Reproduce
Equip Ravenous Honey Buzzer trinket.
Go to gear and items and disable (as per norm)
Hit training dummy or enter dungeon.
See the recommendation in game.
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
updated pastebin as per discord
Out of Combat: False
In Combat: False
During Boss Fight: False
edit: I see the recommendation and run it as well and it still says false when it is infront of me being recommended.
I have used Hekili for many years and it is the only way I play the game now bar a few classes - This is the FIRST time an item has stayed recommended even after disabling.
Please use this macro and provide the displayed results here. It would be best to test out of combat, in combat, and in a boss fight:
/run print(Hekili.State:IsDisabled("ravenous_honey_buzzer"))
oppressive_orators_larynx in Items.lua also has an ID of 219298 https://github.com/Hekili/hekili/blob/thewarwithin/TheWarWithin/Items.lua#L134
Try disabling that trinket too (as a workaround).
As for a fix I think the larynx item id is 219318
https://www.wowhead.com/item=219318/oppressive-orators-larynx
oppressive_orators_larynx = {
cast = 0,
cooldown = 120,
gcd = "off",
item = 219298,
toggle = "cooldowns",
proc = "damage",
},
@Hekili duplicated ID