diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 17:09:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 17:09:27 +0300 |
commit | a6d493e5b9336be4265f9359d0f78fa7e6e0e856 (patch) | |
tree | b5a336ddf2c558b7aee6a7c991da7d0d25cd0542 /src/net/tmwa/adminhandler.h | |
parent | 4e1b5c8844c393cab1158911e9e633df7a896dbf (diff) | |
download | plus-a6d493e5b9336be4265f9359d0f78fa7e6e0e856.tar.gz plus-a6d493e5b9336be4265f9359d0f78fa7e6e0e856.tar.bz2 plus-a6d493e5b9336be4265f9359d0f78fa7e6e0e856.tar.xz plus-a6d493e5b9336be4265f9359d0f78fa7e6e0e856.zip |
eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197.
Also add functions resetStats and resetSkills.
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r-- | src/net/tmwa/adminhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h index c511ebd01..111601a24 100644 --- a/src/net/tmwa/adminhandler.h +++ b/src/net/tmwa/adminhandler.h @@ -49,6 +49,10 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler void warp(const std::string &map, const int x, const int y) const override final; + + void resetStats() const override final; + + void resetSkills() const override final; }; } // namespace TmwAthena |