mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 14:22:26 +00:00
Remove Duplicative MySQL Error: Error in getZoneShutDownDelay query '
This commit is contained in:
parent
d3f265116e
commit
56dfc97517
@ -2711,7 +2711,6 @@ int ZoneDatabase::getZoneShutDownDelay(uint32 zoneID, uint32 version)
|
|||||||
"ORDER BY version DESC", zoneID, version);
|
"ORDER BY version DESC", zoneID, version);
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
std::cerr << "Error in getZoneShutDownDelay query '" << query << "' " << results.ErrorMessage().c_str() << std::endl;
|
|
||||||
return (RuleI(Zone, AutoShutdownDelay));
|
return (RuleI(Zone, AutoShutdownDelay));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user