diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-11 17:20:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-11 17:20:40 +0300 |
commit | 5b5f27a70fd8b3c421f350c39d7fe05f692df2ed (patch) | |
tree | 0ae0c6a00fd367f44d2e8a2047c38edc9ceecf97 /src/net/eathena/packetsout.inc | |
parent | f8f7131cbb7cb1534d5d3f3c63e02e059d809ca6 (diff) | |
download | plus-5b5f27a70fd8b3c421f350c39d7fe05f692df2ed.tar.gz plus-5b5f27a70fd8b3c421f350c39d7fe05f692df2ed.tar.bz2 plus-5b5f27a70fd8b3c421f350c39d7fe05f692df2ed.tar.xz plus-5b5f27a70fd8b3c421f350c39d7fe05f692df2ed.zip |
Remove duplicates in packetsout.inc
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index d93f09c4f..efbb552c0 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -413,7 +413,6 @@ if (packetVersion >= 20120410) { packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); - packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); packet(CMSG_MAP_SERVER_CONNECT, 0x094b, 19, clif->pWantToConnection); } @@ -710,8 +709,6 @@ if (packetVersion >= 20150513) packet(CMSG_PLAYER_CHANGE_DIR, 0x0924, 5, clif->pChangeDir); packet(CMSG_PLAYER_INVENTORY_DROP, 0x0885, 6, clif->pDropItem); packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); - packet(CMSG_PLAYER_CHANGE_DIR, 0x0924, 5, clif->pChangeDir); - packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); packet(CMSG_ITEM_PICKUP, 0x0958, 6, clif->pTakeItem); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_MOVE_TO_STORAGE, 0x0879, 8, clif->pMoveToKafra); |