Skip to content

Commit da48d07

Browse files
committed
fix spam
1 parent c3e9b30 commit da48d07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mod_zone_difficulty_handler.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,12 +440,8 @@ void ZoneDifficulty::LoadMythicmodeScoreData()
440440
if (sZoneDifficulty->Logs[PlayerGuid].find(MapId) == sZoneDifficulty->Logs[PlayerGuid].end())
441441
{
442442
for (int i = 0; i < sZoneDifficulty->EncounterCounter[MapId]; ++i)
443-
{
444-
LOG_INFO("module", "MOD-ZONE-DIFFICULTY: Initializing player record for PlayerGuid {} in MapId {} for BossId {}: False", PlayerGuid, MapId, i);
445443
sZoneDifficulty->Logs[PlayerGuid][MapId][i] = false;
446-
}
447444
}
448-
LOG_INFO("module", "MOD-ZONE-DIFFICULTY: Setting player record for PlayerGuid {} in MapId {} for BossId {}: True", PlayerGuid, MapId, BossID);
449445
sZoneDifficulty->Logs[PlayerGuid][MapId][BossID] = true;
450446
} while (result->NextRow());
451447
}

0 commit comments

Comments
 (0)