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

> and < are different

parent e7f1e8e4
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ newTalent{
cooldown = 25,
tactical = { ATTACK = { ARCANE = 3 }, DISABLE = 2 },
rnd_boss_restrict = function(self, t)
return self.level < 15
return self.level > 15
end,
range = 7,
requires_target = true,
......
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