From e7343b0e3c953ea6443f68e26927c77cd72389d9 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Tue, 20 May 2025 03:06:46 -0400 Subject: [PATCH] fix(DB/Loot): Adjust Thori'dal drop chance. (#22124) --- data/sql/updates/pending_db_world/thoridal-chance.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/thoridal-chance.sql diff --git a/data/sql/updates/pending_db_world/thoridal-chance.sql b/data/sql/updates/pending_db_world/thoridal-chance.sql new file mode 100644 index 000000000..3e0e0b51b --- /dev/null +++ b/data/sql/updates/pending_db_world/thoridal-chance.sql @@ -0,0 +1 @@ +UPDATE `creature_loot_template` SET `Chance` = 6 WHERE `Item` = 34334 AND `Entry` = 25315;