Skip to content

Commit

Permalink
fix: add level 70 trinkets to coren (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Sep 20, 2024
1 parent 4662b68 commit 21bf11d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Bracket_70_4_1/sql/world/progression_70_4_1_coren_trinkets.sql
Original file line number Diff line number Diff line change
@@ -0,0 +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');

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

0 comments on commit 21bf11d

Please sign in to comment.