[b41] Traps run off of mind crit
Moderator: Moderator
[b41] Traps run off of mind crit
Not sure if it's just a display error or not, but some of the new traps seem to be running off of my mind crit.
Re: [b41] Traps run off of mind crit
Do you have a defensive talent that's calling mindcrit when it's triggered?
Re: [b41] Traps run off of mind crit
Oh, is it Resolve? I have Resolve.
Re: [b41] Traps run off of mind crit
Yarrr!!
getResist = function(self, t) return self:mindCrit(self:combatTalentMindDamage(t, 10, 40)) end,
Though I spotted a bug with this which explains why the level up tootlip on this talent was changing every time I'd mouse over it
getResist = function(self, t) return self:mindCrit(self:combatTalentMindDamage(t, 10, 40)) end,
Though I spotted a bug with this which explains why the level up tootlip on this talent was changing every time I'd mouse over it
