Skip to content

Commit

Permalink
fix: Add Headless Horseman loot (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Oct 18, 2024
1 parent 1f5006b commit 889aea3
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
UPDATE `creature_template` SET `lootid` = 236820 WHERE `entry` = 23682;

DELETE FROM `creature_loot_template` WHERE `Entry` = 236820;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(236820,34075,0,0,0,1,1,1,1,'Headless Horseman - Ring of Ghoulish Delight'),
(236820,34073,0,0,0,1,1,1,1,'Headless Horseman - The Horseman\'s Signet Ring'),
(236820,34074,0,0,0,1,1,1,1,'Headless Horseman - Witches Band'),
(236820,38175,0,2,0,1,2,1,1,'Headless Horseman - The Horseman\'s Blade'),
(236820,33808,0,2,0,1,2,1,1,'Headless Horseman - The Horseman\'s Helm'),
(236820,33154,0,3,0,1,3,1,1,'Headless Horseman - Sinister Squashling'),
(236820,37011,0,11,0,1,3,1,1,'Headless Horseman - Magic Broom'),
(236820,34068,0,13,0,1,3,1,6,'Headless Horseman - Weighted Jack-o\'-Lantern'),
(236820,33292,0,5,0,1,3,1,1,'Headless Horseman - Hallowed Helm');

0 comments on commit 889aea3

Please sign in to comment.