mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadLDoNTrapEntries: %s (%s)
This commit is contained in:
parent
1b99e3e4d1
commit
8e5541acce
@ -2010,7 +2010,6 @@ void Zone::LoadLDoNTrapEntries()
|
||||
const std::string query = "SELECT id, trap_id FROM ldon_trap_entries";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadLDoNTrapEntries: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user