KuiNameplates

KuiNameplates

11M Downloads

Tank mode not enabled after LFD auto-spec switch to tank

ronin-seven opened this issue ยท 2 comments

commented

It appears that threat tank mode is not enabled when you are automatically switched to tank spec upon entering a LFD dungeon, at least for my level 80 DK. It's only enabled if I manually switch to tank spec.

commented

I fixed this by adding:

self:RegisterEvent('PLAYER_ENTERING_WORLD','SpecUpdate')

to OnEnable in tankmode.lua

commented

Thanks!