mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-02 14:22:31 +00:00
Remove Duplicative MySQL Error: Error in CreateSpawn2 query '%s': %s
This commit is contained in:
parent
2ef9e342f7
commit
9d23f69a10
@ -421,7 +421,6 @@ bool ZoneDatabase::CreateSpawn2(Client *client, uint32 spawngroup, const char* z
|
|||||||
respawn, variance, condition, cond_value);
|
respawn, variance, condition, cond_value);
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in CreateSpawn2 query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user