Commit a5564cdccbdf4d66f56802d597d78f9b40d21c7b

Authored by DarkGod
1 parent c070ca31

plop

... ... @@ -194,7 +194,7 @@ newTalent{
194 194 return "#LIGHT_GREEN#"..p.nb.."/"..t.getNb(self, t).."#LAST#", "buff_font_smaller"
195 195 end,
196 196 callbackOnRest = function(self, t)
197   - if game and game.zone and game.zone.wilderness then return end
  197 + if game and game.zone and game.zone.wilderness then return end
198 198 local nb = t.getNb(self, t)
199 199 local p = self.sustain_talents[t.id]
200 200 if not p or p.nb < nb then return true end
... ...