Skip to content

Commit 2b4a4a5

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

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
@@ -1092,7 +1092,7 @@ bool ZoneDifficulty::CheckCompletionStatus(Creature* creature, Player* player, u
10921092
{
10931093
uint32 category;
10941094
uint32 setting;
1095-
std::string_view bossName;
1095+
const char* bossName;
10961096
};
10971097

10981098
static constexpr std::array<MythicRequirement, 5> requirements

0 commit comments

Comments
 (0)