summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h2
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;
};