Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #419

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;