diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-26 11:53:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-12 00:36:20 +0200 |
| commit | 3c2359e51b2779b5b3584f9b29c8b7348a02ba42 (patch) | |
| tree | ce01cc70441f887ce21aed57855066dc327844f6 | |
| parent | eeb776998fdb39020b676b6c7311554cedd9701e (diff) | |
DB: Fix reward text for quest "Retribution of the Light"
Closes #20424
(cherry picked from commit 6285e237cf4a7cf68ce30e6f1047dc5af7e294c7)
| -rw-r--r-- | sql/updates/world/master/2020_09_12_07_world_2017_09_26_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_12_07_world_2017_09_26_04_world_335.sql b/sql/updates/world/master/2020_09_12_07_world_2017_09_26_04_world_335.sql new file mode 100644 index 00000000000..2d8151f3cd7 --- /dev/null +++ b/sql/updates/world/master/2020_09_12_07_world_2017_09_26_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="You gather the paladin\'s remains as carefully as you can, recalling that at least his spirit has been released from any pain or suffering that might have been forced upon him." WHERE `ID`=5204; |
