mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 22:41:29 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadLDoNTraps: %s (%s)
This commit is contained in:
parent
cec0b5760d
commit
5645d21082
@ -1990,7 +1990,6 @@ void Zone::LoadLDoNTraps()
|
|||||||
const std::string query = "SELECT id, type, spell_id, skill, locked FROM ldon_trap_templates";
|
const std::string query = "SELECT id, type, spell_id, skill, locked FROM ldon_trap_templates";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadLDoNTraps: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user