diff options
author | illfated <illfated@users.noreply.github.com> | 2019-07-28 16:49:19 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-28 16:49:19 +0200 |
commit | f7eeb4525f30eb06c68462232920f53e87007a54 (patch) | |
tree | 42fa7b4b0e12264bb9c05ffa479988e69af1b146 | |
parent | b5445fa795ab99ffa91024593639e1653dd065db (diff) |
DB/Quest: Test of Endurance - Fix RewardText
Closes #23648
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_28_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_28_01_world_335.sql b/sql/updates/world/3.3.5/2019_07_28_01_world_335.sql new file mode 100644 index 00000000000..a91e8c3c798 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_28_01_world_335.sql @@ -0,0 +1,2 @@ +-- Test of Endurance (1150) / replace "troll" with $r +UPDATE `quest_offer_reward` SET `RewardText`="Grenka was powerful, even by $r standards. You should be proud of your accomplishment this day.$b$bDuring your test of faith you displayed strength of spirit, and now you have shown endurance in battle by taking on the Roguefeather harpies, but the time has come for a new test." WHERE `ID`=1150; |