diff options
-rw-r--r-- | src/net/eathena/packetsout.inc | 5 |
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) { |