fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100% (#22203)
This commit is contained in:
parent
9279b1248f
commit
e3096010a4
1 changed files with 5 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue