diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-02 13:34:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-02 13:34:13 +0300 |
commit | a4fb6c80502e707c19ab70432418295ea4c48d6a (patch) | |
tree | 3e499139025aff635e6220a19d9b4b1595753d34 /src/net/eathena/protocol.h | |
parent | 2e0f3379ea7f8440815b6615345778874fcf5a3a (diff) | |
download | plus-a4fb6c80502e707c19ab70432418295ea4c48d6a.tar.gz plus-a4fb6c80502e707c19ab70432418295ea4c48d6a.tar.bz2 plus-a4fb6c80502e707c19ab70432418295ea4c48d6a.tar.xz plus-a4fb6c80502e707c19ab70432418295ea4c48d6a.zip |
eathena: add packet SMSG_PLAYER_DELETE_SKILL 0x0441.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 4a88e44db..cbb1221fb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -79,6 +79,7 @@ #define SMSG_PLAYER_ARROW_MESSAGE 0x013b #define SMSG_PLAYER_SKILLS 0x010f #define SMSG_PLAYER_ADD_SKILL 0x0111 +#define SMSG_PLAYER_DELETE_SKILL 0x0441 #define SMSG_PLAYER_SKILL_UP 0x010e #define SMSG_PLAYER_HEAL 0x013d #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d |