Skip to content

Commit

Permalink
fix typo (#419)
Browse files Browse the repository at this point in the history
* fix: add level 70 trinkets to coren

* fix typo
  • Loading branch information
Nyeriah authored Sep 20, 2024
1 parent 21bf11d commit 1f5006b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-- TBC Phase 3 - Battle for Mount Hyjal
DELETE FROM `creature_loot_template` WHERE `Entry` = 238720;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(238720,38289,0,0,0,1,0,1,1,'Coren Direbrew - Coren Lucky Coin'),
(238720,38288,0,0,0,1,0,1,1,'Coren Direbrew - Direbrew Hops'),
(238720,38290,0,0,0,1,0,1,1,'Coren Direbrew - Dark Iron Smoking Pipe'),
(238720,38287,0,0,0,1,0,1,1,'Coren Direbrew - Empty Mug of Direbrew'),
(238720,37128,0,0,0,1,0,1,1,'Coren Direbrew - Belebrew Charm'),
(238720,37127,0,0,0,1,0,1,1,'Coren Direbrew - Brightbrew Charm');
(238720,38289,0,0,0,1,1,1,1,'Coren Direbrew - Coren Lucky Coin'),
(238720,38288,0,0,0,1,1,1,1,'Coren Direbrew - Direbrew Hops'),
(238720,38290,0,0,0,1,1,1,1,'Coren Direbrew - Dark Iron Smoking Pipe'),
(238720,38287,0,0,0,1,1,1,1,'Coren Direbrew - Empty Mug of Direbrew'),
(238720,37128,0,0,0,1,1,1,1,'Coren Direbrew - Belebrew Charm'),
(238720,37127,0,0,0,1,1,1,1,'Coren Direbrew - Brightbrew Charm');

UPDATE `creature_template` SET `lootid` = 238720 WHERE `entry` = 23872;

0 comments on commit 1f5006b

Please sign in to comment.