From 2a199fdaef07987efe61ce70b81c72b76324273d Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Mon, 18 Jul 2022 18:23:10 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8882be570ce9bb88850c901643faedd0096c9596 --- .../{pending_db_world/cuergo.sql => db_world/2022_07_18_00.sql} | 1 + .../rookerywhelpsxp.sql => db_world/2022_07_18_01.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/cuergo.sql => db_world/2022_07_18_00.sql} (90%) rename data/sql/updates/{pending_db_world/rookerywhelpsxp.sql => db_world/2022_07_18_01.sql} (67%) diff --git a/data/sql/updates/pending_db_world/cuergo.sql b/data/sql/updates/db_world/2022_07_18_00.sql similarity index 90% rename from data/sql/updates/pending_db_world/cuergo.sql rename to data/sql/updates/db_world/2022_07_18_00.sql index e17abd620..27f250d95 100644 --- a/data/sql/updates/pending_db_world/cuergo.sql +++ b/data/sql/updates/db_world/2022_07_18_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_07_13_00 -> 2022_07_18_00 -- DELETE FROM `item_loot_template` WHERE (`Entry` = 9265) AND (`Item` IN (9360, 9361)); INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES diff --git a/data/sql/updates/pending_db_world/rookerywhelpsxp.sql b/data/sql/updates/db_world/2022_07_18_01.sql similarity index 67% rename from data/sql/updates/pending_db_world/rookerywhelpsxp.sql rename to data/sql/updates/db_world/2022_07_18_01.sql index 8bcbe2b49..836f13116 100644 --- a/data/sql/updates/pending_db_world/rookerywhelpsxp.sql +++ b/data/sql/updates/db_world/2022_07_18_01.sql @@ -1 +1,2 @@ +-- DB update 2022_07_18_00 -> 2022_07_18_01 UPDATE `creature_template` SET `flags_extra` = `flags_extra` |64 WHERE (`entry` = 10161);