aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-05-01 22:02:52 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-05-01 22:03:57 +0200
commite4481c016a86fe7db0b83a434ea08eb7ba50174f (patch)
tree03d53774f9a4633cc33f391ae95f9b2a2d6ead9b
parenta8f7c55d349a43d02a1015f66c90a20810d18f1d (diff)
DB/Quests: remove wrong $C in quest completion text (2284)
- Quest reward text should not change depending on player class. - Quest: Necklace Recovery, Take 2 (ID 2284) - NPC: Remains of a Paladin (entry 6912) http://www.wowhead.com/quest=2284/necklace-recovery-take-2
-rw-r--r--sql/updates/world/3.3.5/2017_05_01_00_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_01_00_world_335.sql b/sql/updates/world/3.3.5/2017_05_01_00_world_335.sql
new file mode 100644
index 00000000000..5248e611340
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_05_01_00_world_335.sql
@@ -0,0 +1,3 @@
+-- Quest: Necklace Recovery, Take 2 (2284). Removed in patch 4.0.3a.
+-- Use correct NPC class reference (replace $C with paladin) for NPC 'Remains of a Paladin' (entry 6912)
+UPDATE `quest_offer_reward` SET `RewardText`= "You seem to have found the remains of the paladin that Dran had mentioned from before. Searching the remains uncovers what would appear to be his journal. The book is in poor condition, as dried blood has stained most of the text in the book. What you can read, however, is gibberish; it is written in the native tongue of the humans, to the best of your knowledge.$b$bYou will need the book translated if you are to glean any knowledge from it." WHERE `ID`= 2284;