diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_25_01_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_25_01_world_335.sql b/sql/updates/world/3.3.5/2017_07_25_01_world_335.sql new file mode 100644 index 00000000000..060e1985040 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_25_01_world_335.sql @@ -0,0 +1,9 @@ +-- Correct gender selection DB format for brother/sister is $gbrother:sister; +UPDATE `quest_offer_reward` + SET `RewardText` = 'Congratulations, $N - I am pleased to award you with an Argent Dawn valor token! + +To acquire a valor token in such a manner indicates that you are a true hero in the cause of good. We value all effort brought to bear against the Scourge, but to take down one of their leaders is to truly deliver onto them a crushing defeat! + +For the Dawn, my $gbrother:sister;!' + + WHERE `ID` IN (5404, 5406, 5508); -- Corruptor's Scourgestones (Argent Dawn repeatable quests) |