Skip to content

Commit

Permalink
Update progression_0_creature_loot_template_kara_enchants.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Gultask authored Sep 20, 2023
1 parent 83a4102 commit 342641f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DELETE FROM `creature_loot_template` WHERE (`Entry` IN (15688, 15687, 16524) AND (`Item` IN (22560, 22561, 22559));
DELETE FROM `creature_loot_template` WHERE `Entry` IN (15688, 15687, 16524) AND `Item` IN (22560, 22561, 22559);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(15687, 22559, 0, 4, 0, 1, 0, 1, 1, 'Moroes - Formula: Enchant Weapon - Mongoose'),
(16524, 22560, 0, 5, 0, 1, 0, 1, 1, 'Shade of Aran - Formula: Enchant Weapon - Sunfire'),
Expand Down

0 comments on commit 342641f

Please sign in to comment.