mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-26 10:22:25 +00:00
Remove Duplicative MySQL Error: StoreCharacter inventory failed. Query '%s' %s
This commit is contained in:
parent
2e8d9ed6a1
commit
32901297e1
@ -736,7 +736,6 @@ bool Database::StoreCharacter(uint32 account_id, PlayerProfile_Struct* pp, Inven
|
||||
auto results = QueryDatabase(invquery);
|
||||
|
||||
if (!results.RowsAffected())
|
||||
Log.Out(Logs::General, Logs::Error, "StoreCharacter inventory failed. Query '%s' %s", invquery.c_str(), results.ErrorMessage().c_str());
|
||||
#if EQDEBUG >= 9
|
||||
else
|
||||
Log.Out(Logs::General, Logs::None,, "StoreCharacter inventory succeeded. Query '%s'", invquery.c_str());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user