summaryrefslogtreecommitdiff
path: root/src/char/int_auction.c
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-04-19 22:37:54 +0200
committerHaruna <haru@dotalux.com>2014-04-19 22:37:54 +0200
commit93584f7416164985220293b7c08fcc29c4d5060f (patch)
tree2f2f533682e54dfe501ff4a470953e3a6bd2462f /src/char/int_auction.c
parentcebfdc692ef4a5897c69304f88e585f8f1272c7e (diff)
parentdd49dbc3e8d2033c0dddc80f1d5b3c8e6710a419 (diff)
downloadhercules-93584f7416164985220293b7c08fcc29c4d5060f.tar.gz
hercules-93584f7416164985220293b7c08fcc29c4d5060f.tar.bz2
hercules-93584f7416164985220293b7c08fcc29c4d5060f.tar.xz
hercules-93584f7416164985220293b7c08fcc29c4d5060f.zip
Merge pull request #272 from hemagx/master
Rewritten NSI_UNIQUE_ID system
Diffstat (limited to 'src/char/int_auction.c')
-rw-r--r--src/char/int_auction.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/char/int_auction.c b/src/char/int_auction.c
index 47f3421c3..924930867 100644
--- a/src/char/int_auction.c
+++ b/src/char/int_auction.c
@@ -90,10 +90,6 @@ unsigned int auction_create(struct auction_data *auction)
for( j = 0; j < MAX_SLOTS; j++ )
StrBuf->Printf(&buf, ",'%d'", auction->item.card[j]);
StrBuf->AppendStr(&buf, ")");
-
- //Unique Non Stackable Item ID
- updateLastUid(auction->item.unique_id);
- dbUpdateUid(sql_handle);
stmt = SQL->StmtMalloc(sql_handle);
if( SQL_SUCCESS != SQL->StmtPrepareStr(stmt, StrBuf->Value(&buf))