aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-10-09 22:23:49 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-10-09 22:23:49 +0200
commitb0836ed425de47d6d06428613d70de87259313a6 (patch)
tree84523f362dca664fa19cfc8d6eb86f692a75c376
parent1f3cf8bcf4ff786bea691a6460239a4127b2f97f (diff)
DB/Quests: Thrallmar & Shadowmoon Village quest text corrections
Thrallmar: Report to Nazgrel (10875) - RewardText typo, "information in invaluable" instead of "information is invaluable" Shadowmoon Village: Chief Apothecary Hildagard, Spectrecles (10625) - everything missing after "Gorefiend was a warlock of Gul'dan -" in RewardText Researcher Tiorus, Felspine the Greater (10673) - CompletionText is supposed to be different from RewardText (but was identical) Before Darkness Falls (10878) - minor typo in RewardText (breath / breathe)
-rw-r--r--sql/updates/world/3.3.5/2017_10_09_00_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_09_00_world.sql b/sql/updates/world/3.3.5/2017_10_09_00_world.sql
new file mode 100644
index 00000000000..2854829fd67
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_09_00_world.sql
@@ -0,0 +1,11 @@
+-- Thrallmar: Report to Nazgrel (10875)
+UPDATE `quest_offer_reward` SET `RewardText`= "It is good to hear of all your moves against the fel orcs, $N. The apothecaries have spent much time and resources studying the cause of their corruption, and although such information is invaluable... my orc blood burns to strike a severe blow against these betrayers!$b$bListen close, and I will explain my task..." WHERE `ID`=10875;
+
+-- Shadowmoon Village: Chief Apothecary Hildagard, Spectrecles (10625)
+UPDATE `quest_offer_reward` SET `RewardText`="Gorefiend? T... Teron Gorefiend? But... How?$b$bHow could Gorefiend be here? This is impossible!$b$bThe legend of Teron Gorefiend is one that causes even the Forsaken to tremble in fear. By all accounts, Gorefiend was a warlock of Gul'dan - extremely powerful in his own right. When Gorefiend was slain by Orgrim Doomhammer, Gul'dan took the soul of the fallen warlock and placed it inside the broken shell of a slain knight of Stormwind. And so was born the first death knight of the Horde." WHERE `ID`=10625;
+
+-- Researcher Tiorus, Felspine the Greater (10673)
+UPDATE `quest_request_items` SET `CompletionText`="Snap to it! That gnome's appetite knows no limit!" WHERE `ID`=10673;
+
+-- Before Darkness Falls (10878)
+UPDATE `quest_offer_reward` SET `RewardText`="I can breathe a sigh of relief for now, $N. The Shadow Council will be held off for the time being.$b$bThey are murderers and cowards and your display of courage will keep them at bay." WHERE `ID`=10878;