From efbd9112344ba99ca8469378c53293be9437aa70 Mon Sep 17 00:00:00 2001 From: Matthe815 Date: Fri, 6 Jan 2023 23:05:28 -0500 Subject: [PATCH] REBASE --- src/api/PlayerMinimal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }