diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-19 19:42:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-19 20:13:22 +0300 |
commit | acf778b75de41bd48757b94041b74268cb862158 (patch) | |
tree | 3c17abcca25e3a87bec3e0e3ff589e880ed1a16a /src/net/eathena/packetsin.inc | |
parent | 5220fbf360d8fed37f62e9b1cff88fe69c2e7615 (diff) | |
download | plus-acf778b75de41bd48757b94041b74268cb862158.tar.gz plus-acf778b75de41bd48757b94041b74268cb862158.tar.bz2 plus-acf778b75de41bd48757b94041b74268cb862158.tar.xz plus-acf778b75de41bd48757b94041b74268cb862158.zip |
Add packet SMSG_PLAYER_ADD_SKILL2 0x0b1f.
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 f5b9d5885..eb92c6029 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -806,6 +806,7 @@ if (serverVersion > 0) packet(SMSG_NPC_SKIN, 0x0b1c, -1, &NpcRecv::processNpcSkin, 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); // char server packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0); |