mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 21:52:26 +00:00
Remove Duplicative MySQL Error: Error getting next waypoint id '%s': '%s'
This commit is contained in:
parent
626aa140da
commit
ca53c40899
@ -1275,7 +1275,6 @@ uint32 ZoneDatabase::AddWPForSpawn(Client *client, uint32 spawn2id, float xpos,
|
|||||||
|
|
||||||
results = QueryDatabase(query);
|
results = QueryDatabase(query);
|
||||||
if(!results.Success()) { // Query error
|
if(!results.Success()) { // Query error
|
||||||
Log.Out(Logs::General, Logs::Error, "Error getting next waypoint id '%s': '%s'", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user