mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-27 22:03:52 +00:00
Remove Duplicative MySQL Error: Error creating grid entry '%s': '%s'
This commit is contained in:
parent
50fd74a2d2
commit
e549ae11f2
@ -1154,7 +1154,6 @@ void ZoneDatabase::ModifyGrid(Client *client, bool remove, uint32 id, uint8 type
|
||||
"VALUES (%i, %i, %i, %i)", id, zoneid, type, type2);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error creating grid entry '%s': '%s'", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user