summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-17 20:23:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-17 20:23:55 +0300
commit2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e (patch)
tree0a439115353036583da6cd9372bd9ca5a6bdd7a1 /src/net/eathena/packetsin.inc
parente9aed7e0fc8f75940448b0a46671aea9cdfa4d2d (diff)
downloadplus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.gz
plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.bz2
plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.xz
plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.zip
Add packet SMSG_SKILL_CASTING2.
Change net packet version to 18.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 621da23c8..f5b9d5885 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -805,6 +805,7 @@ if (serverVersion > 0)
packet(SMSG_MAP_SET_TILES_TYPE, 0x0b1b, 34, &Ea::MapRecv::processSetTilesType, 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);
// char server
packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0);