diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-02 19:34:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-02 19:34:51 +0300 |
commit | 9a3120e7c3d89c3d35d5032114b387e49d462154 (patch) | |
tree | d5e516b5f5b3e23071e10c957ee228d470d890a2 /src/net/tmwa/beingrecv.h | |
parent | 568c267f26da3e4b183c0190dd048102f4d933c9 (diff) | |
download | mv-9a3120e7c3d89c3d35d5032114b387e49d462154.tar.gz mv-9a3120e7c3d89c3d35d5032114b387e49d462154.tar.bz2 mv-9a3120e7c3d89c3d35d5032114b387e49d462154.tar.xz mv-9a3120e7c3d89c3d35d5032114b387e49d462154.zip |
Sort more packets. Add version checks inside packets.
Diffstat (limited to 'src/net/tmwa/beingrecv.h')
-rw-r--r-- | src/net/tmwa/beingrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h index 437035562..dce980da5 100644 --- a/src/net/tmwa/beingrecv.h +++ b/src/net/tmwa/beingrecv.h @@ -70,6 +70,7 @@ namespace TmwAthena void processSkillCastCancel(Net::MessageIn &msg); void processIpResponse(Net::MessageIn &msg); void processPvpSet(Net::MessageIn &msg); + void processSkillDamage(Net::MessageIn &msg); void applyPlayerAction(Net::MessageIn &msg, Being *const being, const uint8_t type); |