From 6bfbcde00658d2ff9aac1b8f90bf7876c071b0a5 Mon Sep 17 00:00:00 2001 From: sogladev Date: Fri, 21 Nov 2025 22:35:56 +0100 Subject: [PATCH] fix(DB/Quest): update RewardText 'An End and a Beginning' (#23842) --- data/sql/updates/pending_db_world/rev_1763758843228309537.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763758843228309537.sql diff --git a/data/sql/updates/pending_db_world/rev_1763758843228309537.sql b/data/sql/updates/pending_db_world/rev_1763758843228309537.sql new file mode 100644 index 000000000..1e692d85b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763758843228309537.sql @@ -0,0 +1,3 @@ +-- +-- replace woman with $gman:woman; +UPDATE `quest_offer_reward` SET `RewardText` = 'Wintergarde is saved because of you, $N. To think that one $gman:woman; could so swiftly turn the tides of battle is hard for most to comprehend; yet here we are - victorious! You have managed to restore the faith of these people and earned the respect of your commanding officers.$B$B$B$BLord Fordragon has returned to Angrathar to prepare our forces for the destruction of the Wrathgate and has requested that you join him! I couldn\'t recommend a better soldier for the job, $N.' WHERE (`ID` = 12473);