summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-20 21:58:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-20 21:58:15 +0300
commit97d8aaceed331a61d8df944b6817bf24d226f3c5 (patch)
treebe88f1135fd315560b0f11fdd968092b6d63e52b
parenteffe771274674bb011e212b08616da8c9e01cfa0 (diff)
downloadplus-97d8aaceed331a61d8df944b6817bf24d226f3c5.tar.gz
plus-97d8aaceed331a61d8df944b6817bf24d226f3c5.tar.bz2
plus-97d8aaceed331a61d8df944b6817bf24d226f3c5.tar.xz
plus-97d8aaceed331a61d8df944b6817bf24d226f3c5.zip
Remove duplicate packet defines.
-rw-r--r--src/net/eathena/packetsout.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 63cc68ea8..8e84d4741 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -576,8 +576,6 @@ if (packetVersion >= 20120418)
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection);
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend);
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir);
- packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem);
- packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem);
}
// 20120702
@@ -609,7 +607,6 @@ if (packetVersion >= 20130320)
packet(CMSG_MAP_PING, 0x0363, 6, clif->pTickSend);
packet(CMSG_PLAYER_CHANGE_DIR, 0x0897, 5, clif->pChangeDir);
packet(CMSG_ITEM_PICKUP, 0x0933, 6, clif->pTakeItem);
- packet(CMSG_MAP_PING, 0x0363, 6, clif->pTickSend);
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0438, 6, clif->pDropItem);
}
@@ -1052,7 +1049,6 @@ if (packetVersion >= 20160316)
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem);
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra);
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd);
- packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick);
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore);
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage);
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);