[Logging] Remove noisy raid/group/forage errors (#2952)

This commit is contained in:
Chris Miles
2023-02-18 05:40:41 -06:00
committed by GitHub
parent ee6c9a2ad7
commit d6c6b78d8a
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -92,7 +92,6 @@ uint32 ZoneDatabase::GetZoneForage(uint32 ZoneID, uint8 skill) {
item[index] = atoi(row[0]);
chance[index] = atoi(row[1]) + chancepool;
LogError("Possible Forage: [{}] with a [{}] chance", item[index], chance[index]);
chancepool = chance[index];
}