From 2d8c880bdcb1ff8f2a0545d14f5a6df5a402fcac Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Wed, 21 Sep 2022 07:45:58 -0400 Subject: [PATCH] fix(DB/quest_offer_reward): Correct incorrect newline for Kranal Fiss (#13052) * Create blackrock-drakes.sql * Guess I guess * get rid of it it's not funny anymore * slap that bad boy on there * get rid of it because i'm not a comedian * make it --- data/sql/updates/pending_db_world/bWell-then.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/bWell-then.sql diff --git a/data/sql/updates/pending_db_world/bWell-then.sql b/data/sql/updates/pending_db_world/bWell-then.sql new file mode 100644 index 000000000..446a7cce2 --- /dev/null +++ b/data/sql/updates/pending_db_world/bWell-then.sql @@ -0,0 +1 @@ +UPDATE `quest_offer_reward` SET `RewardText`='Hmmm, Narm sent you to me, did he?$b$bWell then, Narm could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$b$bI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.' WHERE `ID`=2984;