diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-02 13:23:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-02 13:23:54 +0300 |
commit | 2e0f3379ea7f8440815b6615345778874fcf5a3a (patch) | |
tree | 2ddd711082003e900f851451dcd3a5506ae8cc73 /src/net/eathena/protocol.h | |
parent | ddb66943018528128b65f2d9967ad2393c3f2863 (diff) | |
download | plus-2e0f3379ea7f8440815b6615345778874fcf5a3a.tar.gz plus-2e0f3379ea7f8440815b6615345778874fcf5a3a.tar.bz2 plus-2e0f3379ea7f8440815b6615345778874fcf5a3a.tar.xz plus-2e0f3379ea7f8440815b6615345778874fcf5a3a.zip |
eathena: add packet SMSG_PLAYER_ADD_SKILL 0x0111.
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 d2ea66446..4a88e44db 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -78,6 +78,7 @@ #define SMSG_PLAYER_ARROW_EQUIP 0x013c #define SMSG_PLAYER_ARROW_MESSAGE 0x013b #define SMSG_PLAYER_SKILLS 0x010f +#define SMSG_PLAYER_ADD_SKILL 0x0111 #define SMSG_PLAYER_SKILL_UP 0x010e #define SMSG_PLAYER_HEAL 0x013d #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d |