mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Remove Duplicative MySQL Error: Error adding grid entry '%s': '%s'
This commit is contained in:
parent
27d16a0a3e
commit
2ef8f79338
@ -1289,7 +1289,6 @@ uint32 ZoneDatabase::AddWPForSpawn(Client *client, uint32 spawn2id, float xpos,
|
|||||||
grid_num, zoneid, next_wp_num, xpos, ypos, zpos, pause, heading);
|
grid_num, zoneid, next_wp_num, xpos, ypos, zpos, pause, heading);
|
||||||
results = QueryDatabase(query);
|
results = QueryDatabase(query);
|
||||||
if(!results.Success())
|
if(!results.Success())
|
||||||
Log.Out(Logs::General, Logs::Error, "Error adding grid entry '%s': '%s'", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
else if(client)
|
else if(client)
|
||||||
client->LogSQL(query.c_str());
|
client->LogSQL(query.c_str());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user