diff options
author | shennetsind <ind@henn.et> | 2013-04-08 00:11:28 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-08 00:11:28 -0300 |
commit | 81ad44467d7f0d4f0d63637ef2996012b9c81a9a (patch) | |
tree | 8bf9b897ac8f802e1cd764c22df36219b3172c02 /src/map/packets.h | |
parent | e742e8cf1a8356f9b70ab3ad9ecdc1051976ef72 (diff) | |
download | hercules-81ad44467d7f0d4f0d63637ef2996012b9c81a9a.tar.gz hercules-81ad44467d7f0d4f0d63637ef2996012b9c81a9a.tar.bz2 hercules-81ad44467d7f0d4f0d63637ef2996012b9c81a9a.tar.xz hercules-81ad44467d7f0d4f0d63637ef2996012b9c81a9a.zip |
Minimum Cash Shop Support
So that opening it on new clients won't get you kicked by the server.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 3d0fd343d..2f4ca6ca4 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2058,6 +2058,8 @@ packet(0x020d,-1); packet(0x094E,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); //packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); //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 */ #endif #endif /* _PACKETS_H_ */ |