mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Forgot to change this back in previous commit.
* Skills that hit 0 will be factored into setSkillBase function.
This commit is contained in:
@@ -68,7 +68,7 @@ function resetSkillColor(id)
|
||||
end
|
||||
|
||||
function setSkillBase(id, value, baseValue)
|
||||
if baseValue < 1 or value < 1 then
|
||||
if baseValue < 0 or value < 0 then
|
||||
return
|
||||
end
|
||||
local skill = skillsWindow:recursiveGetChildById(id)
|
||||
|
Reference in New Issue
Block a user