mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Minor fixes
* Fix focusing opened channel on login * Add missing options to rule violation window * Send rule violations messages in default channel * Enable show private messages in console by default * Fix battle issues with invisible creatures * Allow to use hotkeys while trading
This commit is contained in:
@@ -175,14 +175,11 @@ function onCreaturePositionChange(creature, newPos, oldPos)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function onCreatureOutfitChange(creature, outfit, oldOutfit)
|
||||
if hasCreature(creature) then
|
||||
if doCreatureFitFilters(creature) then
|
||||
addCreature(creature)
|
||||
else
|
||||
removeCreature(creature)
|
||||
end
|
||||
if doCreatureFitFilters(creature) then
|
||||
addCreature(creature)
|
||||
else
|
||||
removeCreature(creature)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user