From acf267f84fc99e6024e0b29efb6586d469752d11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 Nov 2024 11:43:50 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): e38d1a5fe1237f9b434aed60738f769f835d6284 --- .../gift-loot-jack-o-lantern.sql => db_world/2024_11_02_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/gift-loot-jack-o-lantern.sql => db_world/2024_11_02_03.sql} (87%) diff --git a/data/sql/updates/pending_db_world/gift-loot-jack-o-lantern.sql b/data/sql/updates/db_world/2024_11_02_03.sql similarity index 87% rename from data/sql/updates/pending_db_world/gift-loot-jack-o-lantern.sql rename to data/sql/updates/db_world/2024_11_02_03.sql index 621bb5db6..483a80108 100644 --- a/data/sql/updates/pending_db_world/gift-loot-jack-o-lantern.sql +++ b/data/sql/updates/db_world/2024_11_02_03.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_02_02 -> 2024_11_02_03 DELETE FROM `item_loot_template` WHERE `Entry` = 34077 AND `Item` = 34068; INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (34077, 34068, 0, 100, 0, 1, 0, 3, 5, 'Crudely Wrapped Gift - Weighted Jack-o\'-Lantern');