mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01: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