mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
REBASE
This commit is contained in:
parent
17ff01a84c
commit
efbd911234
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ void PlayerMinimal::createCurrencyDbContainer() const
|
||||||
{
|
{
|
||||||
auto stmtCreateCurrency = g_charaDb.getPreparedStatement( Db::CHARA_CURRENCYINV_INS );
|
auto stmtCreateCurrency = g_charaDb.getPreparedStatement( Db::CHARA_CURRENCYINV_INS );
|
||||||
stmtCreateCurrency->setUInt64( 1, m_characterId );
|
stmtCreateCurrency->setUInt64( 1, m_characterId );
|
||||||
stmtCreateCurrency->setInt( 2, 2000 );
|
stmtCreateCurrency->setInt( 2, 2000 ); =
|
||||||
g_charaDb.directExecute( stmtCreateCurrency );
|
g_charaDb.directExecute( stmtCreateCurrency );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue