fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100% (#22203)

This commit is contained in:
Quentin Dawans
2025-06-08 02:14:34 +02:00
committed by GitHub
parent 9279b1248f
commit e3096010a4

View File

@@ -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;