summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
authorshennetsind <notind@gmail.com>2013-01-25 12:45:33 -0800
committershennetsind <notind@gmail.com>2013-01-25 12:45:33 -0800
commit495cf1d438ee7069c10e4e3ff90101d5941956b8 (patch)
tree3913a6fba7c5831b316c8de5a369a5f0aabd5325 /src/char
parent762ea882f34c7821541135e32e217beb7930a52c (diff)
parent24678bdccf0c035ada2aec46dc89055beec9674c (diff)
downloadhercules-495cf1d438ee7069c10e4e3ff90101d5941956b8.tar.gz
hercules-495cf1d438ee7069c10e4e3ff90101d5941956b8.tar.bz2
hercules-495cf1d438ee7069c10e4e3ff90101d5941956b8.tar.xz
hercules-495cf1d438ee7069c10e4e3ff90101d5941956b8.zip
Merge pull request #4 from mkbu95/master
Fix for bugreport:7218 in rAthena
Diffstat (limited to 'src/char')
-rw-r--r--src/char/int_auction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_auction.c b/src/char/int_auction.c
index 34aed5bf7..06e238667 100644
--- a/src/char/int_auction.c
+++ b/src/char/int_auction.c
@@ -224,7 +224,7 @@ void inter_auctions_fromsql(void)
for( i = 0; i < MAX_SLOTS; i++ )
{
- Sql_GetData(sql_handle, 14 + i, &data, NULL);
+ Sql_GetData(sql_handle, 15 + i, &data, NULL);
item->card[i] = atoi(data);
}