From 71a6c7dfba4e85c287ee9da7a40d1bb55ad41141 Mon Sep 17 00:00:00 2001 From: RDW Date: Thu, 4 Jul 2024 14:16:44 +0200 Subject: [PATCH] DB: Fixed the encounter name for Vengeance's Reins The name displayed by wowhead doesn't match the one used ingame. --- DB/Mounts/Shadowlands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/Mounts/Shadowlands.lua b/DB/Mounts/Shadowlands.lua index 77eda50a..65f855c5 100644 --- a/DB/Mounts/Shadowlands.lua +++ b/DB/Mounts/Shadowlands.lua @@ -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, },