diff options
author | shennetsind <ind@henn.et> | 2013-04-08 22:25:47 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-08 22:25:47 -0300 |
commit | 39799c4d0a5a9e523b0830f028f8aafb20744ba7 (patch) | |
tree | fa7a0dcd33965b86e14c47b21f206e3e2a548b6e /src/map/packets.h | |
parent | 81ad44467d7f0d4f0d63637ef2996012b9c81a9a (diff) | |
download | hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.gz hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.bz2 hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.xz hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.zip |
Introducing Cash Shop Support
Special Thanks to Yommy, Yommy, Yommy, malufett, Judas, Beret and everyone whos helped us get the 2013 client to work, Thank you all!
http://hercules.ws/board/topic/367-introducing-cash-shop-support/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 2f4ca6ca4..29181d392 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2030,7 +2030,6 @@ packet(0x020d,-1); //packet(0x0288,-1,clif->pcashshop_buy,4,8); packet(0x086F,26,clif->pPartyInvite2,2); packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); - packet(0x08c9,4); packet(0x088E,7,clif->pActionRequest,2,6); packet(0x089B,10,clif->pUseSkillToId,2,4,6); packet(0x0881,5,clif->pWalkToXY,2); @@ -2060,6 +2059,8 @@ packet(0x020d,-1); //packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0844,2,clif->pCashShopOpen,0);/* tell server cashshop window is being open */ packet(0x084a,2,clif->pCashShopClose,0);/* tell server cashshop window is being closed */ + packet(0x08c9,4,clif->pCashShopSchedule,0); + packet(0x0848,-1,clif->pCashShopBuy,0); #endif #endif /* _PACKETS_H_ */ |