diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_05_01_00_world_335.sql | 3 |
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; |