From f78ccf2621bdbad4d311b0f665cc9d62cdc2ce97 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Sun, 26 Jun 2022 01:45:03 -0600 Subject: [PATCH] fix(DB/quest_offer_reward): Balance of Light and Shadow Reward Text (#12155) --- data/sql/updates/pending_db_world/rev_1656088067256222400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1656088067256222400.sql diff --git a/data/sql/updates/pending_db_world/rev_1656088067256222400.sql b/data/sql/updates/pending_db_world/rev_1656088067256222400.sql new file mode 100644 index 000000000..7f2788e72 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1656088067256222400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText` = 'Your tenacity and courage are astounding, $G priest:priestess;. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.' WHERE `ID` = 7622;