fix(DB/Achievement): Correct reward text for What A Long, Strange Trip It's Been (#25629)

This commit is contained in:
Benjamin Jackson 2026-04-28 07:32:52 -04:00 committed by GitHub
parent baea9a845a
commit 8afe06c619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);