From bcb0a55fee1ef4aaf393fa6af91a12107bba8c78 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Apr 2017 23:09:56 +0300 Subject: Add missing packet CMSG_ADMIN_MONSTER_ITEM. --- src/net/eathena/packetsout.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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) { -- cgit v1.2.3-60-g2f50