mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
attack moving creatures
This commit is contained in:
parent
079b7a5c41
commit
3a6f326a8a
1
TODO
1
TODO
@ -8,7 +8,6 @@ make left panel optional
|
||||
must close last container when opening a new containers
|
||||
move chat tabs
|
||||
save/load mini windows states/location when restarting the client
|
||||
graphics options menu
|
||||
load modules from zip files
|
||||
manual autoload setting in module manager
|
||||
complete a smarter miniwindow moving/resizing
|
||||
|
@ -329,6 +329,8 @@ CreaturePtr Tile::getTopCreature()
|
||||
else if(thing->asCreature() && !thing->asLocalPlayer())
|
||||
return thing->asCreature();
|
||||
}
|
||||
if(!creature && !m_walkingCreatures.empty())
|
||||
creature = m_walkingCreatures.back();
|
||||
return creature;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user