From 66746881b2974f4cc8c8b0ee2700eff9c05ab1ca Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sun, 28 May 2023 18:12:55 +0200 Subject: [PATCH] fix(DB/Loot): Lower chance on pattern drops for Shattered Hand Legionnaire (#16386) initial --- data/sql/updates/pending_db_world/fix-loot-shh.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fix-loot-shh.sql diff --git a/data/sql/updates/pending_db_world/fix-loot-shh.sql b/data/sql/updates/pending_db_world/fix-loot-shh.sql new file mode 100644 index 000000000..ea8db8daa --- /dev/null +++ b/data/sql/updates/pending_db_world/fix-loot-shh.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance` = 0.5 WHERE `Reference` = 24093;