From d466dc70c1617cc897e6eb391aa5f49200561ba6 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 13 Nov 2022 18:45:43 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): c11017af3d4f3ab7d6d86064f6e1bcca5b7df456 --- .../removeloot.sql => db_world/2022_11_13_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/removeloot.sql => db_world/2022_11_13_00.sql} (78%) diff --git a/data/sql/updates/pending_db_world/removeloot.sql b/data/sql/updates/db_world/2022_11_13_00.sql similarity index 78% rename from data/sql/updates/pending_db_world/removeloot.sql rename to data/sql/updates/db_world/2022_11_13_00.sql index ddeb90920..64dcc9fac 100644 --- a/data/sql/updates/pending_db_world/removeloot.sql +++ b/data/sql/updates/db_world/2022_11_13_00.sql @@ -1,2 +1,3 @@ +-- DB update 2022_11_12_15 -> 2022_11_13_00 -- Remove Syndicate emblems from Battered Junkbox and Worn Junkbox DELETE FROM `item_loot_template` WHERE `Entry` IN (16882, 16883) AND (`Item` IN (17124));