mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Some minor fixes.
* Mount options will no longer display in unsupported protocols. * Fixed a bug with opening outfit window while its already open. * Fixed base speed stat when using unsupported protocol.
This commit is contained in:
@@ -70,7 +70,7 @@ function resetSkillColor(id)
|
||||
end
|
||||
|
||||
function setSkillBase(id, value, baseValue)
|
||||
if baseValue < 0 or value < 0 then
|
||||
if baseValue <= 0 or value < 0 then
|
||||
return
|
||||
end
|
||||
local skill = skillsWindow:recursiveGetChildById(id)
|
||||
|
Reference in New Issue
Block a user