summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-04-17 06:34:18 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-04 01:00:43 +0300
commitf8a668055872b0c542e0a8bf7b4637bc2f6ae9f1 (patch)
treef560d97a0de32b24c0680ca6a887b390ddf1f59b /src/map/packets.h
parent2b164edff18d15e87c16cbc0c77973154489d854 (diff)
downloadhercules-f8a668055872b0c542e0a8bf7b4637bc2f6ae9f1.tar.gz
hercules-f8a668055872b0c542e0a8bf7b4637bc2f6ae9f1.tar.bz2
hercules-f8a668055872b0c542e0a8bf7b4637bc2f6ae9f1.tar.xz
hercules-f8a668055872b0c542e0a8bf7b4637bc2f6ae9f1.zip
Add packet CZ_LAPINEUPGRADE_MAKE_ITEM (unimplimented)
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index a27d0c4f8..e30acbdf7 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1826,6 +1826,7 @@ packet(0x96e,clif->ackmergeitems);
#if PACKETVER_MAIN_NUM >= 20170111 || PACKETVER_RE_NUM >= 20170111 || defined(PACKETVER_ZERO)
packet(0x0ab5, clif->pLapineUpgrade_close);
+ packet(0x0ab6, clif->pLapineUpgrade_makeItem);
#endif
// 2017-02-28aRagexeRE