fix(DB/Loot): Hellfire quest loot improvements (#14236)
This commit is contained in:
parent
94e45ca9c3
commit
61a436cd71
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `creature_loot_template` SET `Chance`=30 WHERE `Entry`=16951 AND `Item`=23269 AND `Reference`=0 AND `GroupId`=0;
|
||||
UPDATE `creature_loot_template` SET `Chance`=30 WHERE `Entry` IN (19442, 16871, 16873, 16907, 19422, 19424, 19457) AND `Item`=30425 AND `Reference`=0 AND `GroupId`=0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue