1
Fork 0
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:
Matthe815 2023-01-06 22:48:27 -05:00
parent 2b6dc90e8e
commit 0fe8b6a1c1
No known key found for this signature in database
GPG key ID: 6B963FE816B1DC39

View file

@ -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,