From 910aed08dfd5cdcb566408f4791197ff4d121c8d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 21:11:07 +0300 Subject: Add packet CMSG_SKILL_USE_POSITION 0x0438. --- src/net/eathena/packetsout.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 4b6e71415..8f5c0f4e2 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -306,6 +306,7 @@ if (packetVersion >= 20150513) packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); packet(CMSG_PLAYER_CHANGE_DIR, 0x0924, 5, clif->pChangeDir); packet(CMSG_PLAYER_INVENTORY_DROP, 0x0885, 6, clif->pDropItem); + packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); } #endif -- cgit v1.2.3-60-g2f50