From 6670cd38fed795b38f0fa3674fda0f770109e575 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 28 May 2023 16:15:29 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 66746881b2974f4cc8c8b0ee2700eff9c05ab1ca --- .../fix-loot-shh.sql => db_world/2023_05_28_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/fix-loot-shh.sql => db_world/2023_05_28_01.sql} (64%) diff --git a/data/sql/updates/pending_db_world/fix-loot-shh.sql b/data/sql/updates/db_world/2023_05_28_01.sql similarity index 64% rename from data/sql/updates/pending_db_world/fix-loot-shh.sql rename to data/sql/updates/db_world/2023_05_28_01.sql index ea8db8daa..193e1da04 100644 --- a/data/sql/updates/pending_db_world/fix-loot-shh.sql +++ b/data/sql/updates/db_world/2023_05_28_01.sql @@ -1,2 +1,3 @@ +-- DB update 2023_05_28_00 -> 2023_05_28_01 -- UPDATE `creature_loot_template` SET `Chance` = 0.5 WHERE `Reference` = 24093;