fix(DB/Creature Loot) - Update Eye and Hound Culuthas loot tables (#19706)
This commit is contained in:
parent
b67a409bad
commit
d0178bb735
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
-- Updating loot for Hound of Culuthas (Entry: 20141)
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 20141 AND `Item` IN (25418, 25421);
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(20141, 25418, 0, 80, 0, 1, 2, 1, 1, 'Hound of Culuthas - Razor Sharp Fang'),
|
||||
(20141, 25421, 0, 0, 0, 1, 2, 1, 1, 'Hound of Culuthas - Gnarled Claw');
|
||||
|
||||
-- Updating loot for Eye of Culuthas (Entry: 20394)
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 20394 AND `Item` IN (29799, 29800);
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(20394, 29799, 0, 80, 0, 1, 2, 1, 1, 'Eye of Culuthas - Lifeless Tendril'),
|
||||
(20394, 29800, 0, 0, 0, 1, 2, 1, 1, 'Eye of Culuthas - Evil Eye');
|
||||
Loading…
Add table
Add a link
Reference in a new issue