diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:11:28 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:11:28 +0000 |
commit | 603dc60466a7067ecb68384185cb1c20aaea7366 (patch) | |
tree | b8e75ab3e5b7fe481571738ad7454262607d403f /src/common/mmo.h | |
parent | 1f4883d1f4fb65260691692879a795992fdbcf88 (diff) | |
download | hercules-603dc60466a7067ecb68384185cb1c20aaea7366.tar.gz hercules-603dc60466a7067ecb68384185cb1c20aaea7366.tar.bz2 hercules-603dc60466a7067ecb68384185cb1c20aaea7366.tar.xz hercules-603dc60466a7067ecb68384185cb1c20aaea7366.zip |
- Auction System implementation completed.
- As mail system, this will need a "mapflag" or something to only allow auctions on some maps.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12325 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 6b6dfca7d..0d3ef44a6 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -298,7 +298,7 @@ struct auction_data { short type; unsigned short hours; - unsigned int price, buynow; + int price, buynow; unsigned int timestamp; // auction's end time int auction_end_timer; }; |