diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:24:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:24:35 +0300 |
commit | 51b33a512a837cf41b4713e89d1a5bc52a20d8db (patch) | |
tree | 421a585493f729cab95e95744aef647e732c3f75 /src/net/eathena/playerhandler.h | |
parent | 0a455d7f67e9c3e92b17d00be1602bf7d129a1da (diff) | |
download | plus-51b33a512a837cf41b4713e89d1a5bc52a20d8db.tar.gz plus-51b33a512a837cf41b4713e89d1a5bc52a20d8db.tar.bz2 plus-51b33a512a837cf41b4713e89d1a5bc52a20d8db.tar.xz plus-51b33a512a837cf41b4713e89d1a5bc52a20d8db.zip |
eathena: add packet CMSG_CHANGE_CART 0x01af.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index d6309f45b..6a95e2091 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -64,6 +64,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler const int id, const int level) const override final; void removeOption() const override final; + void changeCart(const int type) const override final; protected: void processPlayerStatUpdate5(Net::MessageIn &msg); |