mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
styling: fixed small style issue
This commit is contained in:
parent
2b6dc90e8e
commit
0fe8b6a1c1
1 changed files with 2 additions and 2 deletions
|
@ -177,9 +177,9 @@ void Sapphire::Db::ZoneDbConnection::doPrepareStatements()
|
|||
CONNECTION_BOTH );
|
||||
|
||||
/// INVENTORY INFO
|
||||
prepareStatement(CHARA_CURRENCYINV_INS,
|
||||
prepareStatement( CHARA_CURRENCYINV_INS,
|
||||
"INSERT INTO charaitemcurrency ( CharacterId, storageId, idx, UPDATE_DATE ) VALUES ( ?, ?, 0, NOW() );",
|
||||
CONNECTION_BOTH);
|
||||
CONNECTION_BOTH );
|
||||
|
||||
/// ITEM GLOBAL
|
||||
prepareStatement( CHARA_ITEMGLOBAL_INS,
|
||||
|
|
Loading…
Add table
Reference in a new issue