mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +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:
@@ -47,6 +47,10 @@ function updateMount()
|
||||
end
|
||||
|
||||
function create(creatureOutfit, outfitList, creatureMount, mountList)
|
||||
if outfitWindow and not outfitWindow:isHidden() then
|
||||
return
|
||||
end
|
||||
|
||||
outfitCreature = creatureOutfit
|
||||
mountCreature = creatureMount
|
||||
outfits = outfitList
|
||||
|
Reference in New Issue
Block a user