From 2cb5ebd909e6e28c4cdb523d8c81b0b14dbd205f Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:39:57 +0200 Subject: [PATCH] Battle of Hillsbrad - send player to Varimathras player was sent to Bragor Bloodfist as would be normal for WotLK But it should be Varimathras as it was in classic. --- sql/world/base/vanilla_quest_levels.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sql/world/base/vanilla_quest_levels.sql b/sql/world/base/vanilla_quest_levels.sql index 6a2f0c1..ef0eab9 100644 --- a/sql/world/base/vanilla_quest_levels.sql +++ b/sql/world/base/vanilla_quest_levels.sql @@ -991,6 +991,11 @@ UPDATE `quest_template` SET `LogDescription` = "Kill Magistrate Burnside and 5 H UPDATE `quest_template` SET `LogDescription` = "Travel to Dun Garok and kill 10 Mountaineers, 4 Riflemen, 2 Priests and Captain Ironhill and report back to Darthalia in Tarren Mill." WHERE `ID` = 541; +/* Battle of Hillsbrad */ +UPDATE `quest_template` SET `LogDescription` = "Take Darthalia's Sealed Commendation to Varimathras in the Undercity." WHERE `ID` = 550; +UPDATE `quest_template` SET `QuestDescription` = "Because you fought with such valor and perseverance in the Battle of Hillsbrad, I have written this commendation, extolling your heroics in combat for the high command to recognize.$b$bTake this sealed commendation to Varimathras in the Undercity. Go with pride, $c." WHERE `ID` = 550; + + /* The Broken Sigil */ UPDATE `quest_template` SET `LogDescription` = "Retrieve the 11 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor'gan in Hammerfall." WHERE `ID` = 640;