[BUGFIX] Proper pkhonor walking method

This commit is contained in:
JKetelaar
2016-10-17 01:36:50 +02:00
parent d9d3397c2b
commit 96b39afd59
2 changed files with 5 additions and 7 deletions
@@ -49,6 +49,8 @@ public interface Client {
// args switched
boolean walkTo(int clickType, int sizeX, int sizeY, int startX, int startY, int destX, int destY, int type, int face, boolean arbitrary, int rotation);
boolean walkToPKH(boolean flag1, boolean flag2, int clickType, int sizeX, int sizeY, int startX, int startY, int destX, int destY, int type, int face, boolean arbitrary, int rotation);
void doAction(int i);
void dropClient();