summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-19 19:50:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-19 19:50:15 +0300
commit42e01b4fc94eb7a084a851448c1356997d2d4755 (patch)
tree93b95436e89cc1cd52124fc43692ca9bdf7f5497 /src/net/eathena/packetsout.inc
parent5ada004c826f81caf1d20eb35bea5fd0ef417872 (diff)
downloadplus-42e01b4fc94eb7a084a851448c1356997d2d4755.tar.gz
plus-42e01b4fc94eb7a084a851448c1356997d2d4755.tar.bz2
plus-42e01b4fc94eb7a084a851448c1356997d2d4755.tar.xz
plus-42e01b4fc94eb7a084a851448c1356997d2d4755.zip
Fix packet definition for different versions CMSG_SEARCHSTORE_SEARCH.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index d4b617287..28799586e 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -364,11 +364,18 @@ if (packetVersion >= 20111005)
packet(CMSG_NAME_REQUEST, 0x088a, 6, clif->pGetCharNameRequest);
}
+// 20111102
+if (packetVersion >= 20111102)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x08ab, -1, clif->pSearchStoreInfo);
+}
+
// 20120307
if (packetVersion >= 20120307)
{
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore);
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore);
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0884, -1, clif->pSearchStoreInfo);
}
// 20120410
@@ -376,6 +383,7 @@ 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);
}
// 20120418
@@ -387,6 +395,66 @@ if (packetVersion >= 20120418)
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra);
}
+// 20120716
+if (packetVersion >= 20120716)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0811, -1, clif->pSearchStoreInfo);
+}
+
+// 20130320
+if (packetVersion >= 20130320)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x094e, -1, clif->pSearchStoreInfo);
+}
+
+// 20130515
+if (packetVersion >= 20130515)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
+}
+
+// 20130522
+if (packetVersion >= 20130522)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x095b, -1, clif->pSearchStoreInfo);
+}
+
+// 20130529
+if (packetVersion >= 20130529)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0918, -1, clif->pSearchStoreInfo);
+}
+
+// 20130605
+if (packetVersion >= 20130605)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
+}
+
+// 20130618
+if (packetVersion >= 20130618)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0281, -1, clif->pSearchStoreInfo);
+}
+
+// 20130626
+if (packetVersion >= 20130626)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
+}
+
+// 20130814
+if (packetVersion >= 20130814)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0889, -1, clif->pSearchStoreInfo);
+}
+
+// 20131218
+if (packetVersion >= 20131218)
+{
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
+}
+
// 20131223
if (packetVersion >= 20131223)
{
@@ -470,6 +538,7 @@ if (packetVersion >= 20140205)
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection);
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2);
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd);
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
}
// 20140305
@@ -510,6 +579,7 @@ if (packetVersion >= 20140402)
packet(CMSG_PARTY_INVITE2, 0x0890, 26, clif->pPartyInvite2);
packet(CMSG_FRIENDS_ADD_PLAYER, 0x089a, 26, clif->pFriendsListAdd);
packet(CMSG_SKILL_USE_POSITION_MORE, 0x092d, 90, clif->pUseSkillToPosMoreInfo);
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0933, -1, clif->pSearchStoreInfo);
}
// 20140416
@@ -538,6 +608,7 @@ if (packetVersion >= 20140416)
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2);
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd);
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo);
+ packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo);
}
// 20141016