mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 03:11:28 +00:00
Remove Duplicative MySQL Error: Error in TaskProximityManager::LoadProximities %s %s
This commit is contained in:
parent
db65661a10
commit
1661691bc9
@ -3243,7 +3243,6 @@ bool TaskProximityManager::LoadProximities(int zoneID) {
|
|||||||
"ORDER BY `zoneid` ASC", zoneID);
|
"ORDER BY `zoneid` ASC", zoneID);
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in TaskProximityManager::LoadProximities %s %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user