From e3096010a476ccadefde6a149a65e679e3667612 Mon Sep 17 00:00:00 2001 From: Quentin Dawans Date: Sun, 8 Jun 2025 02:14:34 +0200 Subject: [PATCH] fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100% (#22203) --- data/sql/updates/pending_db_world/1748186943.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/1748186943.sql diff --git a/data/sql/updates/pending_db_world/1748186943.sql b/data/sql/updates/pending_db_world/1748186943.sql new file mode 100644 index 000000000..31ac0d28f --- /dev/null +++ b/data/sql/updates/pending_db_world/1748186943.sql @@ -0,0 +1,5 @@ +-- Rune-Smith Durar - Durar\'s Power Cell +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=26409 AND `Item`=36857; + +-- Rune-Smith Kathorn - Kathorn\'s Power Cell +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=26410 AND `Item`=36858;