From 6d610860e3129350d73819369054c867ad3a4e01 Mon Sep 17 00:00:00 2001 From: neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:32:34 -0600 Subject: [PATCH] fix(DB/Loot): Burning Legion Gate Key rate fix (Doorway to the Abyss) (#14232) * fix(DB/loot): Burning Legion Gate Key rate fix (Doorway to the Abyss) * Update rev_1671085315817265400.sql --- data/sql/updates/pending_db_world/rev_1671085315817265400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1671085315817265400.sql diff --git a/data/sql/updates/pending_db_world/rev_1671085315817265400.sql b/data/sql/updates/pending_db_world/rev_1671085315817265400.sql new file mode 100644 index 000000000..b23faaa42 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1671085315817265400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=19298 AND `Item`=29795 AND `Reference`=0 AND `GroupId`=0;