Skip to content
Snippets Groups Projects
Commit 01e2668f authored by Lisa Greene's avatar Lisa Greene
Browse files

Fix meteoric crash making a new global variable

parent acd48179
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ uberTalent{
local lava_dam = t.getLava(self, t)
local dam = t.getDamage(self, t)
if self:combatMindCrit() > self:combatSpellCrit() then
_dam = self:mindCrit(dam)
dam = self:mindCrit(dam)
lava_dam = self:mindCrit(lava_dam)
else
dam = self:spellCrit(dam)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment