diff --git a/src/api/PlayerMinimal.cpp b/src/api/PlayerMinimal.cpp index e84e917f..8980b6ea 100644 --- a/src/api/PlayerMinimal.cpp +++ b/src/api/PlayerMinimal.cpp @@ -457,7 +457,7 @@ void PlayerMinimal::createCurrencyDbContainer() const { auto stmtCreateCurrency = g_charaDb.getPreparedStatement( Db::CHARA_CURRENCYINV_INS ); stmtCreateCurrency->setUInt64( 1, m_characterId ); - stmtCreateCurrency->setInt( 2, 2000 ); + stmtCreateCurrency->setInt( 2, 2000 ); = g_charaDb.directExecute( stmtCreateCurrency ); }