summaryrefslogtreecommitdiff
path: root/src/map/vending.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-30 10:24:10 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-30 10:24:10 +0000
commitb125b7649ed421ed4689f9a1176810876a858aa6 (patch)
treee04b925dab30ea7845fdf428e1a81bdd7cb03576 /src/map/vending.h
parentc1ee0a550d2e2d34a9d179f3e44a19fcd781b2aa (diff)
downloadhercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.gz
hercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.bz2
hercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.xz
hercules-b125b7649ed421ed4689f9a1176810876a858aa6.zip
- Added support for PACKETVER 20100105, which updates the vending related packets.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14234 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/vending.h')
-rw-r--r--src/map/vending.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/vending.h b/src/map/vending.h
index a95d6abf5..9748b675a 100644
--- a/src/map/vending.h
+++ b/src/map/vending.h
@@ -17,6 +17,6 @@ struct s_vending {
void vending_closevending(struct map_session_data* sd);
void vending_openvending(struct map_session_data* sd, const char* message, bool flag, const uint8* data, int count);
void vending_vendinglistreq(struct map_session_data* sd, int id);
-void vending_purchasereq(struct map_session_data* sd, int id, const uint8* data, int count);
+void vending_purchasereq(struct map_session_data* sd, int aid, int cid, const uint8* data, int count);
#endif /* _VENDING_H_ */