summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-07 05:08:12 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-07 05:08:12 +0000
commit88d795a036a4f954df1987fe3b241964df182a65 (patch)
treed7b4e8ea7524a8936d15fb95f83c0fc8f7f1ea1d /src/map/clif.h
parent4641fe9f49efdb3cf5dc7ef96f3d7838c6dab473 (diff)
downloadhercules-88d795a036a4f954df1987fe3b241964df182a65.tar.gz
hercules-88d795a036a4f954df1987fe3b241964df182a65.tar.bz2
hercules-88d795a036a4f954df1987fe3b241964df182a65.tar.xz
hercules-88d795a036a4f954df1987fe3b241964df182a65.zip
- More updates to Auctions. Now you "really" can register auctions, limit to 5 per char (according to official info).
- Also added the Buy and Sell lists. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12314 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index aed08946b..6e136a302 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -410,6 +410,7 @@ void clif_Mail_refreshinbox(struct map_session_data *sd);
void clif_Mail_getattachment(int fd, uint8 flag);
// AUCTION SYSTEM
void clif_Auction_results(struct map_session_data *sd, short count, unsigned char *buf);
+void clif_Auction_message(int fd, unsigned char flag);
#endif
void clif_cashshop_show(struct map_session_data *sd, struct npc_data *nd);