Compile bug fixes.

This commit is contained in:
whipowill
2022-05-20 12:55:44 -05:00
parent dda110acae
commit b36033626c
3 changed files with 40 additions and 40 deletions

View File

@@ -74,7 +74,7 @@ void PlaceholderHelper::InsertDungeonStrategy(Insertion& insertion)
}
}
void PlaceholderHelper::InsertDifficulty(Insertion& insertion, Player* bot)
void PlaceholderHelper::InsertDifficulty(Insertion& insertion, [[maybe_unused]] Player* bot)
{
bool const hasHeroic = insertion.dungeonSuggestion->difficulty == DUNGEON_DIFFICULTY_HEROIC;
std::string difficultyText;