From b5be6bc7029e98cab2f09addfa348e5c412e0c95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Nov 2024 20:26:59 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): bcfcdbdb4c4a02d0c7468bf096fdcf998c05ffc7 --- .../rev_1732725060262033200.sql => db_world/2024_11_27_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1732725060262033200.sql => db_world/2024_11_27_02.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1732725060262033200.sql b/data/sql/updates/db_world/2024_11_27_02.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1732725060262033200.sql rename to data/sql/updates/db_world/2024_11_27_02.sql index 06cea99820c4de..04c9d9323335c1 100644 --- a/data/sql/updates/pending_db_world/rev_1732725060262033200.sql +++ b/data/sql/updates/db_world/2024_11_27_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_27_01 -> 2024_11_27_02 -- add flag CU_DURATION_REAL_TIME to Pilgrim's Bounty items -- Wild Turkey UPDATE `item_template` SET `flagsCustom` = (`flagsCustom` | 1) WHERE (`entry` = 44834);