-
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 * fix typo
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
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 |
---|---|---|
@@ -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; |