mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
76
data/sql/updates/db_world/2024_11_20_02.sql
Normal file
76
data/sql/updates/db_world/2024_11_20_02.sql
Normal file
@@ -0,0 +1,76 @@
|
||||
-- DB update 2024_11_20_01 -> 2024_11_20_02
|
||||
-- Deer (883)
|
||||
UPDATE `creature_template` SET `skinloot` = 883 WHERE (`entry` = 883);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 883);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(883, 2318, 0, 9.92, 0, 1, 0, 1, 1, 'Deer - Light Leather'),
|
||||
(883, 2934, 0, 90.08, 0, 1, 0, 1, 1, 'Deer - Ruined Leather Scraps');
|
||||
|
||||
-- Fawn (890)
|
||||
UPDATE `creature_template` SET `skinloot` = 890 WHERE (`entry` = 890);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 890);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(890, 2318, 0, 11.1, 0, 1, 0, 1, 1, 'Fawn - Light Leather'),
|
||||
(890, 2934, 0, 88.9, 0, 1, 0, 1, 1, 'Fawn - Ruined Leather Scraps');
|
||||
|
||||
-- Pyrewood Leatherworker (3532)
|
||||
UPDATE `creature_template` SET `skinloot` = 3532 WHERE (`entry` = 3532);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 3532);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(3532, 783, 0, 6.67, 0, 1, 0, 1, 1, 'Pyrewood Leatherworker - Light Hide'),
|
||||
(3532, 2318, 0, 93.33, 0, 1, 0, 1, 1, 'Pyrewood Leatherworker - Light Leather');
|
||||
|
||||
-- Ram (2098)
|
||||
UPDATE `creature_template` SET `skinloot` = 2098 WHERE (`entry` = 2098);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 2098);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(2098, 2318, 0, 7.84, 0, 1, 0, 1, 1, 'Ram - Light Leather'),
|
||||
(2098, 2934, 0, 92.16, 0, 1, 0, 1, 1, 'Ram - Ruined Leather Scraps');
|
||||
|
||||
-- Prairie Dog (2620)
|
||||
UPDATE `creature_template` SET `skinloot` = 2620 WHERE (`entry` = 2620);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 2620);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(2620, 2318, 0, 6.06, 0, 1, 0, 1, 1, 'Prairie Dog - Light Leather'),
|
||||
(2620, 2934, 0, 93.94, 0, 1, 0, 1, 1, 'Prairie Dog - Ruined Leather Scraps');
|
||||
|
||||
-- Pyrewood Sentry (1894)
|
||||
UPDATE `creature_template` SET `skinloot` = 1894 WHERE (`entry` = 1894);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1894);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1894, 783, 0, 6.1, 0, 1, 0, 1, 1, 'Pyrewood Sentry - Light Hide'),
|
||||
(1894, 2318, 0, 55.69, 0, 1, 0, 1, 1, 'Pyrewood Sentry - Light Leather'),
|
||||
(1894, 2934, 0, 38.21, 0, 1, 0, 1, 1, 'Pyrewood Sentry - Ruined Leather Scraps');
|
||||
|
||||
-- Sheep (1933)
|
||||
UPDATE `creature_template` SET `skinloot` = 1933 WHERE (`entry` = 1933);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1933);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1933, 2318, 0, 9.0, 0, 1, 0, 1, 1, 'Sheep - Light Leather'),
|
||||
(1933, 2592, 0, 22.89, 0, 1, 0, 1, 1, 'Sheep - Wool Cloth'),
|
||||
(1933, 2934, 0, 61.45, 0, 1, 0, 1, 1, 'Sheep - Ruined Leather Scraps');
|
||||
|
||||
-- Gazelle (4166)
|
||||
UPDATE `creature_template` SET `skinloot` = 4166 WHERE (`entry` = 4166);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 4166);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(4166, 2318, 0, 10.19, 0, 1, 0, 1, 1, 'Gazelle - Light Leather'),
|
||||
(4166, 2934, 0, 89.81, 0, 1, 0, 1, 2, 'Gazelle - Ruined Leather Scraps');
|
||||
|
||||
-- Vagash (1388)
|
||||
UPDATE `creature_template` SET `skinloot` = 1388 WHERE (`entry` = 1388);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1388);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1388, 783, 0, 4.76, 0, 1, 0, 1, 1, 'Vagash - Light Hide'),
|
||||
(1388, 2318, 0, 60.32, 0, 1, 0, 1, 2, 'Vagash - Light Leather'),
|
||||
(1388, 2934, 0, 34.92, 0, 1, 0, 1, 1, 'Vagash - Ruined Leather Scraps');
|
||||
|
||||
-- Stormwind Royal Guard (1756)
|
||||
UPDATE `creature_template` SET `skinloot` = 1756 WHERE (`entry` = 1756);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1756);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1756, 4304, 0, 4.51, 0, 1, 0, 1, 2, 'Stormwind Royal Guard - Thick Leather'),
|
||||
(1756, 8165, 0, 11.41, 0, 1, 0, 1, 1, 'Stormwind Royal Guard - Worn Dragonscale'),
|
||||
(1756, 8170, 0, 54.77, 0, 1, 0, 1, 2, 'Stormwind Royal Guard - Rugged Leather'),
|
||||
(1756, 8171, 0, 5.44, 0, 1, 0, 1, 1, 'Stormwind Royal Guard - Rugged Hide'),
|
||||
(1756, 15416, 0, 23.87, 0, 1, 0, 1, 1, 'Stormwind Royal Guard - Black Dragonscale');
|
||||
77
data/sql/updates/db_world/2024_11_20_03.sql
Normal file
77
data/sql/updates/db_world/2024_11_20_03.sql
Normal file
@@ -0,0 +1,77 @@
|
||||
-- DB update 2024_11_20_02 -> 2024_11_20_03
|
||||
-- Rabbit (721)
|
||||
UPDATE `creature_template` SET `skinloot` = 721 WHERE (`entry` = 721);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 721);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(721, 2318, 0, 10.53, 0, 1, 0, 1, 1, 'Rabbit - Light Leather'),
|
||||
(721, 2934, 0, 89.47, 0, 1, 0, 1, 1, 'Rabbit - Ruined Leather Scraps');
|
||||
|
||||
-- Nefaru (534)
|
||||
UPDATE `creature_template` SET `skinloot` = 534 WHERE (`entry` = 534);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 534);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(534, 2319, 0, 40.86, 0, 1, 0, 1, 1, 'Nefaru - Medium Leather'),
|
||||
(534, 4232, 0, 2.15, 0, 1, 0, 1, 1, 'Nefaru - Medium Hide'),
|
||||
(534, 4234, 0, 52.69, 0, 1, 0, 1, 1, 'Nefaru - Heavy Leather'),
|
||||
(534, 4235, 0, 4.3, 0, 1, 0, 1, 1, 'Nefaru - Heavy Hide');
|
||||
|
||||
-- Pyrewood Tailor (3530)
|
||||
UPDATE `creature_template` SET `skinloot` = 3530 WHERE (`entry` = 3530);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 3530);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(3530, 783, 0, 4.55, 0, 1, 0, 1, 1, 'Pyrewood Tailor - Light Hide'),
|
||||
(3530, 2318, 0, 86.36, 0, 1, 0, 1, 1, 'Pyrewood Tailor - Light Leather'),
|
||||
(3530, 2934, 0, 9.09, 0, 1, 0, 1, 1, 'Pyrewood Tailor - Ruined Leather Scraps');
|
||||
|
||||
-- Cow (2442)
|
||||
UPDATE `creature_template` SET `skinloot` = 2442 WHERE (`entry` = 2442);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 2442);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(2442, 2318, 0, 10.72, 0, 1, 0, 1, 1, 'Cow - Light Leather'),
|
||||
(2442, 2934, 0, 89.29, 0, 1, 0, 1, 1, 'Cow - Ruined Leather Scraps');
|
||||
|
||||
-- Pyrewood Watcher (1891)
|
||||
UPDATE `creature_template` SET `skinloot` = 1891 WHERE (`entry` = 1891);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1891);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1891, 783, 0, 3.16, 0, 1, 0, 1, 1, 'Pyrewood Watcher - Light Hide'),
|
||||
(1891, 2318, 0, 63.16, 0, 1, 0, 1, 1, 'Pyrewood Watcher - Light Leather'),
|
||||
(1891, 2934, 0, 33.68, 0, 1, 0, 1, 1, 'Pyrewood Watcher - Ruined Leather Scraps');
|
||||
|
||||
-- Infected Deer (10780)
|
||||
UPDATE `creature_template` SET `skinloot` = 10780 WHERE (`entry` = 10780);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 10780);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(10780, 2318, 0, 10.1, 0, 1, 0, 1, 1, 'Infected Deer - Light Leather'),
|
||||
(10780, 2934, 0, 89.9, 0, 1, 0, 1, 1, 'Infected Deer - Ruined Leather Scraps');
|
||||
|
||||
-- Pyrewood Elder (1895)
|
||||
UPDATE `creature_template` SET `skinloot` = 1895 WHERE (`entry` = 1895);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 1895);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1895, 783, 0, 5.51, 0, 1, 0, 1, 1, 'Pyrewood Elder - Light Hide'),
|
||||
(1895, 2318, 0, 63.78, 0, 1, 0, 1, 1, 'Pyrewood Elder - Light Leather'),
|
||||
(1895, 2934, 0, 30.71, 0, 1, 0, 1, 1, 'Pyrewood Elder - Ruined Leather Scraps');
|
||||
|
||||
-- Sickly Deer (12298)
|
||||
UPDATE `creature_template` SET `skinloot` = 12298 WHERE (`entry` = 12298);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 12298);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(12298, 2318, 0, 10.06, 0, 1, 0, 1, 1, 'Sickly Deer - Light Leather'),
|
||||
(12298, 2934, 0, 89.94, 0, 1, 0, 1, 1, 'Sickly Deer - Ruined Leather Scraps');
|
||||
|
||||
-- Hare (5951)
|
||||
UPDATE `creature_template` SET `skinloot` = 5951 WHERE (`entry` = 5951);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 5951);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(5951, 2318, 0, 9.13, 0, 1, 0, 1, 1, 'Hare - Light Leather'),
|
||||
(5951, 2934, 0, 90.87, 0, 1, 0, 1, 1, 'Hare - Ruined Leather Scraps');
|
||||
|
||||
-- Hakkari Minion (8437)
|
||||
UPDATE `creature_template` SET `skinloot` = 8437 WHERE (`entry` = 8437);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 8437);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(8437, 4234, 0, 43.94, 0, 1, 0, 1, 1, 'Hakkari Minion - Heavy Leather'),
|
||||
(8437, 4235, 0, 3.46, 0, 1, 0, 1, 1, 'Hakkari Minion - Heavy Hide'),
|
||||
(8437, 4304, 0, 48.44, 0, 1, 0, 1, 1, 'Hakkari Minion - Thick Leather'),
|
||||
(8437, 8169, 0, 4.15, 0, 1, 0, 1, 1, 'Hakkari Minion - Thick Hide');
|
||||
74
data/sql/updates/db_world/2024_11_20_04.sql
Normal file
74
data/sql/updates/db_world/2024_11_20_04.sql
Normal file
@@ -0,0 +1,74 @@
|
||||
-- DB update 2024_11_20_03 -> 2024_11_20_04
|
||||
-- Sorrow Wing (5928)
|
||||
UPDATE `creature_template` SET `skinloot` = 5928 WHERE (`entry` = 5928);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 5928);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(5928, 2319, 0, 67.12, 0, 1, 0, 1, 2, 'Sorrow Wing - Medium Leather'),
|
||||
(5928, 4232, 0, 8.22, 0, 1, 0, 1, 1, 'Sorrow Wing - Medium Hide'),
|
||||
(5928, 4234, 0, 23.29, 0, 1, 0, 1, 2, 'Sorrow Wing - Heavy Leather'),
|
||||
(5928, 4235, 0, 1.37, 0, 1, 0, 1, 1, 'Sorrow Wing - Heavy Hide');
|
||||
|
||||
-- Sickly Gazelle (12296)
|
||||
UPDATE `creature_template` SET `skinloot` = 12296 WHERE (`entry` = 12296);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 12296);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(12296, 2318, 0, 9.74, 0, 1, 0, 1, 1, 'Sickly Gazelle - Light Leather'),
|
||||
(12296, 2934, 0, 90.28, 0, 1, 0, 1, 1, 'Sickly Gazelle - Ruined Leather Scraps');
|
||||
|
||||
-- Brokentoe (18398)
|
||||
UPDATE `creature_template` SET `skinloot` = 18398 WHERE (`entry` = 18398);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 18398);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18398, 21887, 0, 25.97, 0, 1, 0, 1, 1, 'Brokentoe - Knothide Leather'),
|
||||
(18398, 25649, 0, 40.26, 0, 1, 0, 2, 3, 'Brokentoe - Knothide Leather Scraps'),
|
||||
(18398, 25708, 0, 33.77, 0, 1, 0, 1, 1, 'Brokentoe - Thick Clefthoof Leather');
|
||||
|
||||
-- Skunk (17467)
|
||||
UPDATE `creature_template` SET `skinloot` = 17467 WHERE (`entry` = 17467);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17467);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17467, 2318, 0, 5.56, 0, 1, 0, 1, 1, 'Skunk - Light Leather'),
|
||||
(17467, 2934, 0, 94.44, 0, 1, 0, 1, 1, 'Skunk - Ruined Leather Scraps');
|
||||
|
||||
-- Ethereum Prisoner (20520)
|
||||
UPDATE `creature_template` SET `skinloot` = 20520 WHERE (`entry` = 20520);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 20520);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(20520, 21887, 0, 24.65, 0, 1, 0, 1, 1, 'Ethereum Prisoner - Knothide Leather'),
|
||||
(20520, 25649, 0, 30.63, 0, 1, 0, 2, 3, 'Ethereum Prisoner - Knothide Leather Scraps'),
|
||||
(20520, 25699, 0, 22.54, 0, 1, 0, 1, 1, 'Ethereum Prisoner - Crystal Infused Leather'),
|
||||
(20520, 25700, 0, 22.18, 0, 1, 0, 1, 1, 'Ethereum Prisoner - Fel Scales');
|
||||
|
||||
-- Tarren Mill Protector (18093)
|
||||
UPDATE `creature_template` SET `skinloot` = 18093 WHERE (`entry` = 18093);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 18093);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18093, 21887, 0, 78.83, 0, 1, 0, 1, 1, 'Tarren Mill Protector - Knothide Leather'),
|
||||
(18093, 25649, 0, 21.17, 0, 1, 0, 2, 3, 'Tarren Mill Protector - Knothide Leather Scraps');
|
||||
|
||||
-- Deathclaw (17661)
|
||||
UPDATE `creature_template` SET `skinloot` = 17661 WHERE (`entry` = 17661);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17661);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17661, 783, 0, 1.18, 0, 1, 0, 1, 1, 'Deathclaw - Light Hide'),
|
||||
(17661, 2318, 0, 78.82, 0, 1, 0, 1, 2, 'Deathclaw - Light Leather'),
|
||||
(17661, 2319, 0, 20.0, 0, 1, 0, 1, 1, 'Deathclaw - Medium Leather');
|
||||
|
||||
-- Infinite Chrono-Lord (21697)
|
||||
UPDATE `creature_template` SET `skinloot` = 21697 WHERE (`entry` = 21697);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 21697);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(21697, 21887, 0, 100.0, 0, 1, 0, 2, 4, 'Infinite Chrono-Lord - Knothide Leather');
|
||||
|
||||
-- Tarren Mill Guardsman (18092)
|
||||
UPDATE `creature_template` SET `skinloot` = 18092 WHERE (`entry` = 18092);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 18092);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18092, 21887, 0, 80.0, 0, 1, 0, 1, 1, 'Tarren Mill Guardsman - Knothide Leather'),
|
||||
(18092, 25649, 0, 20.0, 0, 1, 0, 2, 3, 'Tarren Mill Guardsman - Knothide Leather Scraps');
|
||||
|
||||
-- Vazruden the Herald (17307)
|
||||
UPDATE `creature_template` SET `skinloot` = 17307 WHERE (`entry` = 17307);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 17307);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17307, 21887, 0, 100.0, 0, 1, 0, 1, 4, 'Vazruden the Herald - Knothide Leather');
|
||||
82
data/sql/updates/db_world/2024_11_20_05.sql
Normal file
82
data/sql/updates/db_world/2024_11_20_05.sql
Normal file
@@ -0,0 +1,82 @@
|
||||
-- DB update 2024_11_20_04 -> 2024_11_20_05
|
||||
-- Markaru (20775)
|
||||
UPDATE `creature_template` SET `skinloot` = 20775 WHERE (`entry` = 20775);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 20775);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(20775, 21887, 0, 79.17, 0, 1, 0, 1, 1, 'Markaru - Knothide Leather'),
|
||||
(20775, 25649, 0, 20.83, 0, 1, 0, 2, 3, 'Markaru - Knothide Leather Scraps');
|
||||
|
||||
-- Shadowsworn Drakonid (22072)
|
||||
UPDATE `creature_template` SET `skinloot` = 22072 WHERE (`entry` = 22072);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 22072);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(22072, 21887, 0, 91.3, 0, 1, 0, 1, 1, 'Shadowsworn Drakonid - Knothide Leather'),
|
||||
(22072, 25649, 0, 8.7, 0, 1, 0, 2, 2, 'Shadowsworn Drakonid - Knothide Leather Scraps'),
|
||||
(22072, 35229, 0, 4.35, 0, 1, 0, 1, 1, 'Shadowsworn Drakonid - Nether Residue');
|
||||
|
||||
-- Dragon Turtle (22885)
|
||||
UPDATE `creature_template` SET `skinloot` = 22885 WHERE (`entry` = 22885);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 22885);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(22885, 21887, 0, 100.0, 0, 1, 0, 2, 4, 'Dragon Turtle - Knothide Leather');
|
||||
|
||||
-- Wyrmcult Blackwhelp (21387)
|
||||
UPDATE `creature_template` SET `skinloot` = 21387 WHERE (`entry` = 21387);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 21387);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(21387, 21887, 0, 81.61, 0, 1, 0, 1, 1, 'Wyrmcult Blackwhelp - Knothide Leather'),
|
||||
(21387, 25649, 0, 18.39, 0, 1, 0, 2, 3, 'Wyrmcult Blackwhelp - Knothide Leather Scraps');
|
||||
|
||||
-- Goreclaw the Ravenous (23873)
|
||||
UPDATE `creature_template` SET `skinloot` = 23873 WHERE (`entry` = 23873);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 23873);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(23873, 4234, 0, 75.22, 0, 1, 0, 1, 1, 'Goreclaw the Ravenous - Heavy Leather'),
|
||||
(23873, 4235, 0, 4.37, 0, 1, 0, 1, 1, 'Goreclaw the Ravenous - Heavy Hide'),
|
||||
(23873, 4304, 0, 20.41, 0, 1, 0, 1, 1, 'Goreclaw the Ravenous - Thick Leather');
|
||||
|
||||
-- Cataclysm Hound (25599)
|
||||
UPDATE `creature_template` SET `skinloot` = 25599 WHERE (`entry` = 25599);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 25599);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(25599, 21887, 0, 32.76, 0, 1, 0, 1, 3, 'Cataclysm Hound - Knothide Leather'),
|
||||
(25599, 25649, 0, 48.28, 0, 1, 0, 3, 4, 'Cataclysm Hound - Knothide Leather Scraps'),
|
||||
(25599, 25707, 0, 18.97, 0, 1, 0, 1, 1, 'Cataclysm Hound - Fel Hide');
|
||||
|
||||
-- Gezzarak the Huntress (23163)
|
||||
UPDATE `creature_template` SET `skinloot` = 23163 WHERE (`entry` = 23163);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 23163);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(23163, 21887, 0, 44.71, 0, 1, 0, 1, 3, 'Gezzarak the Huntress - Knothide Leather'),
|
||||
(23163, 25649, 0, 38.82, 0, 1, 0, 3, 4, 'Gezzarak the Huntress - Knothide Leather Scraps'),
|
||||
(23163, 25707, 0, 16.47, 0, 1, 0, 1, 1, 'Gezzarak the Huntress - Fel Hide'),
|
||||
(23163, 35229, 0, 1.18, 0, 1, 0, 1, 1, 'Gezzarak the Huntress - Nether Residue');
|
||||
|
||||
-- Tarren Mill Lookout (18094)
|
||||
UPDATE `creature_template` SET `skinloot` = 18094 WHERE (`entry` = 18094);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 18094);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18094, 21887, 0, 79.55, 0, 1, 0, 1, 1, 'Tarren Mill Lookout - Knothide Leather'),
|
||||
(18094, 25649, 0, 20.45, 0, 1, 0, 2, 3, 'Tarren Mill Lookout - Knothide Leather Scraps');
|
||||
|
||||
-- Nerub'ar Champion (37501)
|
||||
UPDATE `creature_template` SET `skinloot` = 37501 WHERE (`entry` = 37501);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 37501);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(37501, 33568, 0, 87.88, 0, 1, 0, 1, 3, 'Nerub\'ar Champion - Borean Leather'),
|
||||
(37501, 38558, 0, 12.12, 0, 1, 0, 1, 2, 'Nerub\'ar Champion - Nerubian Chitin');
|
||||
|
||||
-- Keristrasza (26723)
|
||||
UPDATE `creature_template` SET `skinloot` = 26723 WHERE (`entry` = 26723);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 26723);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(26723, 33568, 0, 75.12, 0, 1, 0, 1, 3, 'Keristrasza - Borean Leather'),
|
||||
(26723, 38557, 0, 24.16, 0, 1, 0, 1, 2, 'Keristrasza - Icy Dragonscale'),
|
||||
(26723, 44128, 0, 0.72, 0, 1, 0, 1, 1, 'Keristrasza - Arctic Fur');
|
||||
|
||||
-- Nerub'ar Webweaver (37502)
|
||||
UPDATE `creature_template` SET `skinloot` = 37502 WHERE (`entry` = 37502);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 37502);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(37502, 33568, 0, 72.73, 0, 1, 0, 1, 3, 'Nerub\'ar Webweaver - Borean Leather'),
|
||||
(37502, 38558, 0, 27.27, 0, 1, 0, 1, 2, 'Nerub\'ar Webweaver - Nerubian Chitin');
|
||||
Reference in New Issue
Block a user