diff --git a/data/sql/updates/pending_db_world/emeralddragonsskinloot.sql b/data/sql/updates/pending_db_world/emeralddragonsskinloot.sql new file mode 100644 index 000000000..ced308115 --- /dev/null +++ b/data/sql/updates/pending_db_world/emeralddragonsskinloot.sql @@ -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, '');