mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 14:01:29 +00:00
Remove Duplicative MySQL Error: Update item quantity failed. %s : %s
This commit is contained in:
parent
882e7a9802
commit
39c7d30e46
@ -1293,7 +1293,6 @@ void GuildBankManager::UpdateItemQuantity(uint32 guildID, uint16 area, uint16 sl
|
||||
quantity, guildID, area, slotID);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Update item quantity failed. %s : %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user