From 8afe06c61920b252f4864ee7145824dd86f038b0 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:32:52 -0400 Subject: [PATCH] fix(DB/Achievement): Correct reward text for `What A Long, Strange Trip It's Been` (#25629) --- data/sql/updates/pending_db_world/what-a-long-strange-trip.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/what-a-long-strange-trip.sql diff --git a/data/sql/updates/pending_db_world/what-a-long-strange-trip.sql b/data/sql/updates/pending_db_world/what-a-long-strange-trip.sql new file mode 100644 index 000000000..7e3ae71b1 --- /dev/null +++ b/data/sql/updates/pending_db_world/what-a-long-strange-trip.sql @@ -0,0 +1 @@ +UPDATE `achievement_reward` SET `Body` = 'With the drums of war pounding in the distance, it is easy for the denizens of Azeroth to forget all that life has to offer.$B$BYou, on the other hand, have maintained the dignity of the good races of Azeroth with your ability to remember what we fight for. To not celebrate our victories is another form of defeat. Remember that well, Reveler.$B$BMay others be inspired by your good cheer,$B$BAlexstrasza the Life-Binder' WHERE `ID` IN (2144, 2145);