You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When casting Death & Decay, there is always a timer showing up for Defile as well, even for specs that are unable to talent it (eg: blood).
I tried including it in my userconfig with this:
if IsSpellTalented(IsPlayerSpell(152280)) == false then
NugRunningConfig.spells[152280] = nil
end
But no matter how I try doing it, it always shows up together with D&D. The only way to disable it, is to completely disable it in the gui.
The text was updated successfully, but these errors were encountered:
When casting Death & Decay, there is always a timer showing up for Defile as well, even for specs that are unable to talent it (eg: blood).
I tried including it in my userconfig with this:
But no matter how I try doing it, it always shows up together with D&D. The only way to disable it, is to completely disable it in the gui.
The text was updated successfully, but these errors were encountered: