From a434ba804ac4599300384ebd8559ca4414fedd25 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Wed, 8 Jun 2022 02:51:12 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 97e045beb21fdecaf3593233f2e13d0774b7e651 --- .../morrowgrainherbs.sql => db_world/2022_06_08_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/morrowgrainherbs.sql => db_world/2022_06_08_01.sql} (89%) diff --git a/data/sql/updates/pending_db_world/morrowgrainherbs.sql b/data/sql/updates/db_world/2022_06_08_01.sql similarity index 89% rename from data/sql/updates/pending_db_world/morrowgrainherbs.sql rename to data/sql/updates/db_world/2022_06_08_01.sql index 3ee9f4f19..e5b27668c 100644 --- a/data/sql/updates/pending_db_world/morrowgrainherbs.sql +++ b/data/sql/updates/db_world/2022_06_08_01.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_08_00 -> 2022_06_08_01 DELETE FROM `item_loot_template` WHERE (`Entry` = 11024) AND (`Item` IN (785, 2449, 2450, 3356, 3357, 3820, 3821, 4625, 8838, 8839, 8846, 49209)); INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 49209, 0, 63, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Mutated Morrowgrain');