From 45c86f2a25d8c9f863121c72c1f5a8a163b1d6f8 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Thu, 3 Nov 2022 22:28:43 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 84b6a7a779690f984bd731ac894df8689d1b9fd9 --- .../hellfire.sql => db_world/2022_11_03_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/hellfire.sql => db_world/2022_11_03_02.sql} (99%) diff --git a/data/sql/updates/pending_db_world/hellfire.sql b/data/sql/updates/db_world/2022_11_03_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/hellfire.sql rename to data/sql/updates/db_world/2022_11_03_02.sql index 7a96f23f9..947db7611 100644 --- a/data/sql/updates/pending_db_world/hellfire.sql +++ b/data/sql/updates/db_world/2022_11_03_02.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_03_01 -> 2022_11_03_02 DELETE FROM `pool_template` WHERE `entry` IN (2031, 11699, 11700); DELETE FROM `pool_pool` WHERE `mother_pool`=2031; DELETE FROM `pool_gameobject` WHERE `pool_entry` IN (11699, 11700);