Skip to content

Commit cf7605a

Browse files
NyeriahCopilot
andauthored
Update src/mod_zone_difficulty_handler.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 3c2dea2 commit cf7605a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_zone_difficulty_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ bool ZoneDifficulty::CheckCompletionStatus(Creature* creature, Player* player, u
10951095
std::string_view bossName;
10961096
};
10971097

1098-
static constexpr std::array requirements
1098+
static constexpr std::array<MythicRequirement, 5> requirements
10991099
{
11001100
MythicRequirement{ TYPE_RAID_SSC, SETTING_SSC, "Lady Vashj" },
11011101
MythicRequirement{ TYPE_RAID_T6, SETTING_BLACK_TEMPLE, "Illidan Stormrage" },

0 commit comments

Comments
 (0)