fix(DB): fix query (#15411)
This commit is contained in:
parent
40ff0c607e
commit
6415b2ae1f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `
|
|||
(35004, 28193, 0, 0, 0, 1, 3, 1, 1, 'Mana-Etched Crown'),
|
||||
(35004, 28206, 0, 0, 0, 1, 3, 1, 1, 'Cowl of the Guiltless');
|
||||
-- Insert 2nd loot drop
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=17881 AND `Item`=35007 AND `GroupId`=3;
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=17881 AND `Item`=35004 AND `GroupId`=3;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17881, 35004, 35004, 100, 0, 1, 3, 1, 1, 'Aeonus High Value Table - (ReferenceTable)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue