diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-19 20:35:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-19 20:35:33 +0300 |
commit | 7f60ef4ea6e7af5781e31337001f2cce61099db7 (patch) | |
tree | 63570c6ad1283786907adbfdbf72b7274bd56151 /src/net/eathena/packetsin.inc | |
parent | acf778b75de41bd48757b94041b74268cb862158 (diff) | |
download | plus-7f60ef4ea6e7af5781e31337001f2cce61099db7.tar.gz plus-7f60ef4ea6e7af5781e31337001f2cce61099db7.tar.bz2 plus-7f60ef4ea6e7af5781e31337001f2cce61099db7.tar.xz plus-7f60ef4ea6e7af5781e31337001f2cce61099db7.zip |
Add packet SMSG_PLAYER_UPDATE_SKILL2 0x0b20.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index eb92c6029..8e847a1cd 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -807,6 +807,7 @@ if (serverVersion > 0) packet(SMSG_PLAYER_KILLED_BY, 0x0b1d, 6, &PlayerRecv::processKilledBy, 0); packet(SMSG_SKILL_CASTING2, 0x0b1e, -1, &BeingRecv::processSkillCasting2, 0); packet(SMSG_PLAYER_ADD_SKILL2, 0x0b1f, -1, &SkillRecv::processSkillAdd2, 0); + packet(SMSG_PLAYER_UPDATE_SKILL2, 0x0b20, -1, &SkillRecv::processSkillUpdate2, 0); // char server packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0); |