From db0ced5b85e36c762d3d2c3a0d10039587bce1c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Nov 2017 23:49:52 +0300 Subject: Add packeet SMSG_SKILL_SCALE 0x0a41. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 219c374e1..e394afad6 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -908,6 +908,12 @@ if (packetVersion >= 20150805) packet(SMSG_SELECT_CART, 0x097f, -1, &InventoryRecv::processSelectCart, 20150805); } +// 20151223 +if (packetVersion >= 20151223) +{ + packet(SMSG_SKILL_SCALE, 0x0a41, 18, &SkillRecv::processSkillScale, 20151223); +} + // 20160330 if (packetVersion >= 20160330) { -- cgit v1.2.3-70-g09d2