diff options
| author | illfated <illfated@users.noreply.github.com> | 2019-07-28 16:49:19 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 21:38:21 +0100 |
| commit | b4000b3375dc9dec20ccc3643b89024c387f0d93 (patch) | |
| tree | cd94795c3bc4c4de419478c6239bd6f180bebaa3 | |
| parent | 66ac18b504d2944739bba088e1e817113bdf2e95 (diff) | |
DB/Quest: Test of Endurance - Fix RewardText
Closes #23648
(cherry picked from commit f7eeb4525f30eb06c68462232920f53e87007a54)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_20_world_2019_07_28_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_20_world_2019_07_28_01_world_335.sql b/sql/updates/world/master/2021_12_17_20_world_2019_07_28_01_world_335.sql new file mode 100644 index 00000000000..a91e8c3c798 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_20_world_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; |
