mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-17 21:22:26 +00:00
Remove Duplicative MySQL Error:
This commit is contained in:
parent
0c5a902032
commit
9fdc22f78b
@ -1478,7 +1478,6 @@ static void BazaarAuditTrail(const char *seller, const char *buyer, const char *
|
||||
seller, buyer, itemName, quantity, totalCost, tranType);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
Log.Out(Logs::Detail, Logs::None, "[CLIENT] Audit write error: %s : %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user