mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Improve autowalk
This commit is contained in:
@@ -612,7 +612,7 @@ bool Tile::limitsFloorsView()
|
||||
|
||||
bool Tile::canErase()
|
||||
{
|
||||
return m_walkingCreatures.empty() && m_effects.empty() && m_things.empty() && m_flags == 0;
|
||||
return m_walkingCreatures.empty() && m_effects.empty() && m_things.empty() && m_flags == 0 && m_minimapColor == 0;
|
||||
}
|
||||
|
||||
bool Tile::hasElevation(int elevation)
|
||||
|
Reference in New Issue
Block a user