From 7807ed17587b09c39dcd815a554f48e2f6ecb346 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Apr 2016 00:35:48 +0300 Subject: Move packet CMSG_QUICK_IDENTIFY_ITEM definition. --- src/net/eathena/packetsout.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/net') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 6c71db930..71356ad5f 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -277,6 +277,7 @@ packet(CMSG_HOMUNCULUS_MENU, 0x0000, 0, nullptr); packet(CMSG_SEARCHSTORE_CLICK, 0x0000, 0, nullptr); packet(CMSG_BUYINGSTORE_OPEN, 0x0000, 0, nullptr); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0000, 0, nullptr); +packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0000, 0, nullptr); #else // 20041108 if (packetVersion >= 20041108) @@ -480,6 +481,7 @@ if (packetVersion >= 20141022) // 20150513 if (packetVersion >= 20150513) { + packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0a35, 4, clif->pOneClick_ItemIdentify); packet(CMSG_BUYINGSTORE_CLOSE, 0x022d, 2, clif->pReqCloseBuyingStore); packet(CMSG_HOMUNCULUS_MENU, 0x0817, 5, clif->pHomMenu); packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); @@ -493,6 +495,3 @@ if (packetVersion >= 20150513) packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); } #endif - -// 20150513 -packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0a35, 4, clif->pOneClick_ItemIdentify); -- cgit v1.2.3-70-g09d2