From 1c65032c0f934ccf460f07aea6e8eaf5f2097aa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Feb 2025 19:05:56 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): fa0a8858e8e6042694204f189f9dc0c42b606b3d --- .../rev_1735665765897578900.sql => db_world/2025_02_27_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1735665765897578900.sql => db_world/2025_02_27_00.sql} (91%) diff --git a/data/sql/updates/pending_db_world/rev_1735665765897578900.sql b/data/sql/updates/db_world/2025_02_27_00.sql similarity index 91% rename from data/sql/updates/pending_db_world/rev_1735665765897578900.sql rename to data/sql/updates/db_world/2025_02_27_00.sql index c81fc64a3..15055f584 100644 --- a/data/sql/updates/pending_db_world/rev_1735665765897578900.sql +++ b/data/sql/updates/db_world/2025_02_27_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_02_26_03 -> 2025_02_27_00 -- -- Change all assignment loot entries `flagsCustom` from 0 => 2 (CU_IGNORE_QUEST_STATUS) UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 2 WHERE `entry` IN (21751, 21750, 21749, 21514, 21385, 21384, 21382, 21381, 21380, 21379, 21378, 21265, 21264, 21263, 21262, 21261, 21260, 21259, 21258, 21257, 21256, 21255, 21253, 21252, 21251, 21250, 21249, 21248, 21245, 21167, 21166, 21165, 20948, 20947, 20944, 20943, 20942, 20941, 20940, 20939, 20807, 20806);