Skip to content

Commit 3b3335d

Browse files
committed
fix typo
1 parent d4f682e commit 3b3335d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ZoneDifficulty.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ enum ZoneDifficultySettings
142142
SETTING_BLACK_TEMPLE = 0,
143143
SETTING_ZULAMAN = 1,
144144
SETTING_SSC = 2,
145-
SETTING_HYJAL = 3
145+
SETTING_HYJAL = 3,
146+
SETTING_SWP = 4
146147
};
147148

148149
enum Misc

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
break;
10941094
case TYPE_RAID_SWP:
1095-
if (!player->GetPlayerSetting(ModZoneDifficultyString + "ct", TYPE_RAID_SWP).value)
1095+
if (!player->GetPlayerSetting(ModZoneDifficultyString + "ct", SETTING_SWP).value)
10961096
{
10971097
creature->Whisper("Ah, hero! The threads of fate bring you to me. To claim the rewards you desire, you must first confront Kil'jaeden on Mythic difficulty.",
10981098
LANG_UNIVERSAL, player);

0 commit comments

Comments
 (0)