diff options
author | shennetsind <ind@henn.et> | 2013-05-16 18:21:41 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-16 18:21:41 -0300 |
commit | cb9b70eae92e401f4b644b95d2fa87e781d5ce82 (patch) | |
tree | bfaf32d1c8c98e286be645431a2d9192d9ae9402 /src/map/packets.h | |
parent | 7f7ec56cb5832b6c6899b9d7c9a43c16f3aea0d5 (diff) | |
download | hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.gz hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.bz2 hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.xz hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.zip |
Fixed cash shop for 2011-11-22
Special Thanks to Yommy, and M45T3R!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 997729b8c..7e14305b7 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1849,6 +1849,7 @@ packet(0x020d,-1); #if PACKETVER >= 20110718 packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */ packet(0x084a,2,clif->pCashShopClose,2);/* tell server cashshop window is being closed */ + packet(0x0846,4,clif->pCashShopReqTab,2); packet(0x08c9,2,clif->pCashShopSchedule,0); packet(0x0848,-1,clif->pCashShopBuy,2); #endif @@ -1889,6 +1890,11 @@ packet(0x020d,-1); packet(0x08ab,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); packet(0x08a2,12,clif->pSearchStoreInfoListItemClick,2,6,10); + #ifndef PACKETVER_RE + packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); + packet(0x0892,5,clif->pWalkToXY,2); + packet(0x0899,6,clif->pTickSend,2); + #endif #endif //2012-03-07fRagexeRE |