Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |
-
Please register or login to post a comment