From 8efa017916384698ae1c47bf064dd4934a87d063 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:49:21 -0600 Subject: [PATCH] fix(DB/quest_offer_reward): Food for Baby and Becoming a Parent gender text (#12230) --- data/sql/updates/pending_db_world/rev_1656439900063447600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1656439900063447600.sql diff --git a/data/sql/updates/pending_db_world/rev_1656439900063447600.sql b/data/sql/updates/pending_db_world/rev_1656439900063447600.sql new file mode 100644 index 000000000..92f788d63 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1656439900063447600.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText` = 'Here, take the egg... better you have it so it bonds to you and looks to you to be its $gdadda:momma;.$B$BCongrats, $N. You''re a parent... kinda.' WHERE `ID` = 4298; +UPDATE `quest_offer_reward` SET `RewardText` = 'These''ll do nicely, and if I''m not mistaken, your little egg''s just about ready to hatch. How does it feel? You know, you about to be a $gfather:mother;? Haha, didn''t think ya''d have to deal with such responsibility, now did ya?' WHERE `ID` = 4297;