diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-28 00:11:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-28 00:11:59 +0300 |
commit | 4e7669dd6e07658fa86878d1e64c482a094b3b19 (patch) | |
tree | 8ffc8cb8621fef8a40615ef17e7b39abd885a000 /src/net/eathena/pethandler.h | |
parent | a065831539e63dc6e25f4743b3a548aadf92304a (diff) | |
download | plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.gz plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.bz2 plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.xz plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.zip |
Add fake pet moving commands.
Actual moving will be implimented after.
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r-- | src/net/eathena/pethandler.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h index 982fb501a..42a03452b 100644 --- a/src/net/eathena/pethandler.h +++ b/src/net/eathena/pethandler.h @@ -37,10 +37,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler void handleMessage(Net::MessageIn &msg) override final; - void move(const Being *const being, - const int petId, - const int x1, const int y1, - const int x2, const int y2) const override final; + void move(const int petId, + const int x, const int y) const override final; void spawn(const Being *const being, const int petId, |