Dairyman

Results 4 comments of Dairyman

So Ella's [Threads of Fate(309)](https://www.wowhead.com/adventure-combatant-ability/threads-of-fate-309) seem to be buggy, the damage effect is -100% and not the +30% per tooltip. So `modDamageDealt=30` should be `modDamageDealt=-100`.

@zealvurte Okey, found it what it is. It is the combination of [Concussive Roar(155)](https://www.wowhead.com/adventure-combatant-ability/concussive-roar-155) and [Threads of Fate(309)](https://www.wowhead.com/adventure-combatant-ability/threads-of-fate-309), else Ella's ability does what it should. [log.txt](https://github.com/hythloday/VenturePlanSoDMissions/files/6975366/log.txt)

@wyldclaw https://github.com/zarillion/handynotes-plugins/blob/601bbf2f4920d8251235531d53d9d12f1a247d5a/plugins/10_Dragonflight/zones/emerald_dream.lua#L1250 and https://github.com/zarillion/handynotes-plugins/blob/601bbf2f4920d8251235531d53d9d12f1a247d5a/plugins/10_Dragonflight/zones/emerald_dream.lua#L481 have the same coords.

More likely a problem with [LibUIDropDownMenu](https://legacy.curseforge.com/wow/addons/libuidropdownmenu/files/5054647), latest version of it fixed a version conflict and reference `NewFeature` which is in the error message.