fix(DB/Loot): emerald dragons should skin dreamscale (#12569)
* fix(DB/SkinningLootTemplate): emerald dragons should skin dreamscale * initial commit
This commit is contained in:
parent
62ffa75765
commit
609f98fd9b
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `skinloot` = 14887 WHERE (`entry` IN (14887, 14888, 14889, 14890));
|
||||
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 14887) AND (`Item` IN (15412, 20381));
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(14887, 15412, 0, 60, 0, 1, 1, 5, 8, ''),
|
||||
(14887, 20381, 0, 40, 0, 1, 1, 3, 5, '');
|
||||
Loading…
Add table
Add a link
Reference in a new issue