mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
Remove Duplicative MySQL Error: Error in ZoneDatabase::LoadAAs query '%s': %s
This commit is contained in:
parent
3a91ae92ab
commit
e88d0a8a2d
@ -1940,7 +1940,6 @@ void ZoneDatabase::LoadAAs(SendAA_Struct **load){
|
||||
load[index]->seq = index+1;
|
||||
}
|
||||
} else {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in ZoneDatabase::LoadAAs query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
}
|
||||
|
||||
AARequiredLevelAndCost.clear();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user