mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Loot): emerald dragons should skin dreamscale (#12569)
* fix(DB/SkinningLootTemplate): emerald dragons should skin dreamscale * initial commit
This commit is contained in:
@@ -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, '');
|
||||
Reference in New Issue
Block a user