aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2021-02-03 20:48:13 +0200
committeroffl <offl@users.noreply.github.com>2021-02-03 20:48:13 +0200
commit05c16cbfb804769f0b76e5d4e31f0c347a072192 (patch)
treeb0248b2c7a8b71dcbf971d18d84bfe85cb6ecd12
parent3a42ec8e56809284b31b8a4f2faa052a2beaf277 (diff)
DB/Texts: Fix RewardText of some Lunar Festival quests
Closes #26025
-rw-r--r--sql/updates/world/3.3.5/2021_02_03_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_03_01_world.sql b/sql/updates/world/3.3.5/2021_02_03_01_world.sql
new file mode 100644
index 00000000000..a40295bfd42
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);