diff options
author | illfated <illfated@users.noreply.github.com> | 2021-02-03 20:48:13 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 19:55:56 +0100 |
commit | e1da26f8cdfddbaf77ef0f59170416bc853fa231 (patch) | |
tree | 279c99467e06fca9273973a2e792e1b147cc5723 | |
parent | 4818467b08669fe36ab8859b76ace107f665300b (diff) |
DB/Texts: Fix RewardText of some Lunar Festival quests
Closes #26025
(cherry picked from commit 05c16cbfb804769f0b76e5d4e31f0c347a072192)
-rw-r--r-- | sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql b/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql new file mode 100644 index 00000000000..a40295bfd42 --- /dev/null +++ b/sql/updates/world/master/2022_03_06_31_world_2021_02_03_01_world.sql @@ -0,0 +1,2 @@ +-- class reference ($C) consistency update +UPDATE `quest_offer_reward` SET `RewardText`= "Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token..." WHERE `ID` IN (8670, 8672, 8673, 8674, 8675, 8678, 8679, 8682, 8683, 8685, 8686); |