Skip to content

Commit

Permalink
Update progression_71_74_creature_loot_template_kara_enchants_100.sql (
Browse files Browse the repository at this point in the history
…#398)

Fix mysql error
xclid authored Jun 16, 2024
1 parent 3b6a53f commit 317c0ee
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, 100, 0, 1, 0, 1, 1, 'Moroes - Formula: Enchant Weapon - Mongoose'),
(16524, 22560, 0, 100, 0, 1, 0, 1, 1, 'Shade of Aran - Formula: Enchant Weapon - Sunfire'),

0 comments on commit 317c0ee

Please sign in to comment.