From b116adb00a4920f46aa1d831147989c7d4c662a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Apr 2026 11:33:16 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): baea9a845a77b39004b62a645384591fde1a275f --- .../rev_1776028939227348948.sql => db_world/2026_04_28_00.sql} | 1 + .../what-a-long-strange-trip.sql => db_world/2026_04_28_01.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/rev_1776028939227348948.sql => db_world/2026_04_28_00.sql} (93%) rename data/sql/updates/{pending_db_world/what-a-long-strange-trip.sql => db_world/2026_04_28_01.sql} (91%) diff --git a/data/sql/updates/pending_db_world/rev_1776028939227348948.sql b/data/sql/updates/db_world/2026_04_28_00.sql similarity index 93% rename from data/sql/updates/pending_db_world/rev_1776028939227348948.sql rename to data/sql/updates/db_world/2026_04_28_00.sql index 0beb78677..ccbf28bd3 100644 --- a/data/sql/updates/pending_db_world/rev_1776028939227348948.sql +++ b/data/sql/updates/db_world/2026_04_28_00.sql @@ -1,3 +1,4 @@ +-- DB update 2026_04_27_00 -> 2026_04_28_00 -- DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 26860); INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES diff --git a/data/sql/updates/pending_db_world/what-a-long-strange-trip.sql b/data/sql/updates/db_world/2026_04_28_01.sql similarity index 91% rename from data/sql/updates/pending_db_world/what-a-long-strange-trip.sql rename to data/sql/updates/db_world/2026_04_28_01.sql index 7e3ae71b1..6eac72f17 100644 --- a/data/sql/updates/pending_db_world/what-a-long-strange-trip.sql +++ b/data/sql/updates/db_world/2026_04_28_01.sql @@ -1 +1,2 @@ +-- DB update 2026_04_28_00 -> 2026_04_28_01 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);