-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add level 70 trinkets to coren (#418)
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
src/Bracket_70_4_1/sql/world/progression_70_4_1_coren_trinkets.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |