summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 21:11:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 21:29:14 +0300
commit910aed08dfd5cdcb566408f4791197ff4d121c8d (patch)
treebc5330f9b9d4feabfcbe4ca5c590caac5991b8ec /src/net/eathena/packetsout.inc
parentf3409941c896b313631f9cdfac5ade76f7ce65c3 (diff)
downloadManaVerse-910aed08dfd5cdcb566408f4791197ff4d121c8d.tar.gz
ManaVerse-910aed08dfd5cdcb566408f4791197ff4d121c8d.tar.bz2
ManaVerse-910aed08dfd5cdcb566408f4791197ff4d121c8d.tar.xz
ManaVerse-910aed08dfd5cdcb566408f4791197ff4d121c8d.zip
Add packet CMSG_SKILL_USE_POSITION 0x0438.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc1
1 files changed, 1 insertions, 0 deletions
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