Skip to content

Commit 049bf32

Browse files
committed
fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100%
1 parent 2a45d1a commit 049bf32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Rune-Smith Durar - Durar\'s Power Cell
2+
UPDATE creature_loot_template SET Chance=100 WHERE Entry=26409 AND Item=36857;
3+
4+
-- Rune-Smith Kathorn - Kathorn\'s Power Cell
5+
UPDATE creature_loot_template SET Chance=100 WHERE Entry=26410 AND Item=36858;

0 commit comments

Comments
 (0)