mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
fix prepared statement missing a param
This commit is contained in:
parent
068b840c0a
commit
56d78e8c3d
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ void PlayerMinimal::insertDbGlobalItem( uint32_t itemId, uint64_t uniqueId ) con
|
|||
stmtItemGlobal->setInt( 1, m_id );
|
||||
stmtItemGlobal->setInt64( 2, uniqueId );
|
||||
stmtItemGlobal->setInt( 3, itemId );
|
||||
stmtItemGlobal->setInt( 4, 1 ); // stack of 1
|
||||
g_charaDb.directExecute( stmtItemGlobal );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue