summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-22 15:33:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-22 15:33:53 +0300
commit65c80b4219378cf3e18a6d6beb09ec9913a01d53 (patch)
tree15fedd47422c06a10c2522d00688860d747d30ee /src/net/eathena/packetsout.inc
parent6a6ae903a648396a7e684f1443ee5a7d7a6dbaa7 (diff)
downloadplus-65c80b4219378cf3e18a6d6beb09ec9913a01d53.tar.gz
plus-65c80b4219378cf3e18a6d6beb09ec9913a01d53.tar.bz2
plus-65c80b4219378cf3e18a6d6beb09ec9913a01d53.tar.xz
plus-65c80b4219378cf3e18a6d6beb09ec9913a01d53.zip
Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index a8fe50a14..d974e4e53 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -275,5 +275,8 @@ if (packetVersion >= 20150513)
}
#endif
+// introduced in 20150513
+packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0a35);
+
// introduced in 20150805
packet(CMSG_SELECT_CART, 0x0980);