summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-17 23:09:56 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-17 23:09:56 +0300
commitbcb0a55fee1ef4aaf393fa6af91a12107bba8c78 (patch)
treeea2d33f3927c5ba8edbd619fe4c834363701171a
parent32d10610847f45b65cb448cc5e30b82c181c9f41 (diff)
downloadplus-bcb0a55fee1ef4aaf393fa6af91a12107bba8c78.tar.gz
plus-bcb0a55fee1ef4aaf393fa6af91a12107bba8c78.tar.bz2
plus-bcb0a55fee1ef4aaf393fa6af91a12107bba8c78.tar.xz
plus-bcb0a55fee1ef4aaf393fa6af91a12107bba8c78.zip
Add missing packet CMSG_ADMIN_MONSTER_ITEM.
-rw-r--r--src/net/eathena/packetsout.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index cfc99ae79..f16855838 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -1136,6 +1136,11 @@ if (packetVersion >= 20131218)
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected);
}
+if (packetVersion >= 20131218)
+{
+ packet(CMSG_ADMIN_MONSTER_ITEM, 0x09ce, 102, clif->pGM_Monster_Item);
+}
+
// 20131223
if (packetVersion >= 20131223)
{