diff options
-rw-r--r-- | src/net/eathena/packetsout.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index e4f61bdb4..ca160eb4d 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -571,6 +571,7 @@ if (packetVersion >= 20111102) packet(CMSG_PLAYER_CHANGE_ACT, 0x08aa, 7, clif->pActionRequest); packet(CMSG_BUYINGSTORE_SELL, 0x089e, -1, clif->pReqTradeBuyingStore); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0436, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x08a2, 12, clif->pSearchStoreInfoListItemClick); } // 20120307 @@ -596,6 +597,7 @@ if (packetVersion >= 20120307) packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0369, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); } // 20120410 @@ -693,6 +695,7 @@ if (packetVersion >= 20130320) packet(CMSG_BUYINGSTORE_SELL, 0x0922, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x094c, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x086f, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0365, 12, clif->pSearchStoreInfoListItemClick); } // 20130515 @@ -715,6 +718,7 @@ if (packetVersion >= 20130515) packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0962, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); } // 20130522 @@ -737,6 +741,7 @@ if (packetVersion >= 20130522) packet(CMSG_BUYINGSTORE_SELL, 0x0952, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0362, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x083e, 12, clif->pSearchStoreInfoListItemClick); } // 20130529 @@ -758,6 +763,7 @@ if (packetVersion >= 20130529) packet(CMSG_BUYINGSTORE_SELL, 0x0936, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0937, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0877, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x085a, 12, clif->pSearchStoreInfoListItemClick); } // 20130605 @@ -780,6 +786,7 @@ if (packetVersion >= 20130605) packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); } // 20130612 @@ -809,6 +816,7 @@ if (packetVersion >= 20130618) packet(CMSG_BUYINGSTORE_SELL, 0x0891, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0945, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0953, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0890, 12, clif->pSearchStoreInfoListItemClick); } // 20130626 @@ -830,6 +838,7 @@ if (packetVersion >= 20130626) packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x08ab, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); } // 20130703 @@ -869,6 +878,7 @@ if (packetVersion >= 20130814) packet(CMSG_BUYINGSTORE_SELL, 0x0835, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0923, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0281, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0868, 12, clif->pSearchStoreInfoListItemClick); } // 20131218 @@ -890,6 +900,7 @@ if (packetVersion >= 20131218) packet(CMSG_BUYINGSTORE_SELL, 0x022d, -1, clif->pReqTradeBuyingStore); packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); packet(CMSG_FRIENDS_ADD_PLAYER, 0x08ab, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); } // 20131223 |