mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100% (#22203)
This commit is contained in:
5
data/sql/updates/pending_db_world/1748186943.sql
Normal file
5
data/sql/updates/pending_db_world/1748186943.sql
Normal 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;
|
||||||
Reference in New Issue
Block a user