From ee4fcd07057568b2a59714fc7a165aae1a30295f Mon Sep 17 00:00:00 2001 From: momacabu Date: Sun, 27 Jan 2013 18:27:19 +0000 Subject: [PATCH] Partial fix for bugreport:7218. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17107 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/int_auction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/int_auction.c b/src/char/int_auction.c index 34aed5bf7b..06e2386673 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); }