mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
Finalizing auto walk enhancements, closes #63, also other fixes:
* Can now auto walk up to 1000 steps! * Re-added sexy topmenu buttons :) * Tooltip for logout/edit will now change * Changed xxStackpos to xxStackPos
This commit is contained in:
@@ -553,7 +553,7 @@ void ProtocolGame::parseTileTransformThing(const InputMessagePtr& msg)
|
||||
}
|
||||
|
||||
Position pos = thing->getPosition();
|
||||
int stackpos = thing->getStackpos();
|
||||
int stackpos = thing->getStackPos();
|
||||
|
||||
if(!g_map.removeThing(thing)) {
|
||||
g_logger.traceError("unable to remove thing");
|
||||
|
||||
Reference in New Issue
Block a user