mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove Duplicative MySQL Error: Error in LoadBuffs query '%s': %s
This commit is contained in:
parent
e5dd2634f9
commit
4de2c0e99b
@ -2874,7 +2874,6 @@ void ZoneDatabase::LoadBuffs(Client *client) {
|
|||||||
"FROM `character_buffs` WHERE `character_id` = '%u'", client->CharacterID());
|
"FROM `character_buffs` WHERE `character_id` = '%u'", client->CharacterID());
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in LoadBuffs query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user