mirror of
https://github.com/edubart/otclient.git
synced 2025-12-28 10:27:12 +01:00
Reuse code by merging dash functionality with walk method.
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
void safeLogout();
|
||||
|
||||
// walk related
|
||||
bool walk(Otc::Direction direction);
|
||||
bool walk(Otc::Direction direction, bool dash = false);
|
||||
bool dashWalk(Otc::Direction direction);
|
||||
void autoWalk(std::vector<Otc::Direction> dirs);
|
||||
void forceWalk(Otc::Direction direction);
|
||||
|
||||
Reference in New Issue
Block a user