mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 01:12:26 +00:00
Remove Duplicative MySQL Error: Error in LoadPetInfo query '%s': %s
This commit is contained in:
parent
ca53c40899
commit
6cde969780
@ -3114,7 +3114,6 @@ void ZoneDatabase::LoadPetInfo(Client *client) {
|
|||||||
"WHERE `char_id`=%u",client->CharacterID());
|
"WHERE `char_id`=%u",client->CharacterID());
|
||||||
results = database.QueryDatabase(query);
|
results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in LoadPetInfo query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user