Skip to content

Commit

Permalink
Merge pull request #729 from WowRarity/sylvanas-encounter-fix
Browse files Browse the repository at this point in the history
Fix the encounter name for Vengeance's Reins
  • Loading branch information
rdw-software authored Jul 4, 2024
2 parents b32d9eb + 71a6c7d commit caa7956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ local shadowlandsMounts = {
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
{
encounterName = "Lady Sylvanas Windrunner",
encounterName = "Sylvanas Windrunner",
instanceDifficulties = {
[CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true,
},
Expand Down

0 comments on commit caa7956

Please sign in to comment.