Unfortunately I don't know the Lua language but maybe someone can help me.
I thought if instead of:
if WA_GetUnitBuff("player", "Trinken" ) then
so that no matter if I drink, eat or eat from feast it should trigger:
if WA_GetUnitBuff("player", "Trinken" or "Essen" or "Speis & Trank") then
but unfortunately this does not work. Does anyone know what I would have to rewrite?
Here is the weakaura I want to change