fix(DB/Loot): Add Weighted Jack-o'-Lanterns to Crudely Wrapped Gift. (#20332)
Init.
This commit is contained in:
parent
472b072614
commit
e38d1a5fe1
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
DELETE FROM `item_loot_template` WHERE `Entry` = 34077 AND `Item` = 34068;
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(34077, 34068, 0, 100, 0, 1, 0, 3, 5, 'Crudely Wrapped Gift - Weighted Jack-o\'-Lantern');
|
||||
Loading…
Add table
Add a link
Reference in a new issue