From 40796fa3ddcb994a06b4f2087b073b5d3581aa9e Mon Sep 17 00:00:00 2001 From: Zenslash <34547317+Zenslash@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:52:44 +0300 Subject: [PATCH] fix(DB/Loot): 'Deadwood Headdress Feather' drop rates (#6951) The droprate of the Deadwood Headdress Feather different from the droprate on TBC wowhead. - Closes #6937 --- .../rev_1626317015822404300.sql | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626317015822404300.sql diff --git a/data/sql/updates/pending_db_world/rev_1626317015822404300.sql b/data/sql/updates/pending_db_world/rev_1626317015822404300.sql new file mode 100644 index 000000000..c79a54315 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626317015822404300.sql @@ -0,0 +1,37 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626317015822404300'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7158) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7158, 21377, 0, 49, 0, 1, 0, 1, 1, 'Deadwood Shaman - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7157) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7157, 21377, 0, 48, 0, 1, 0, 1, 1, 'Deadwood Avenger - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7156) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7156, 21377, 0, 49, 0, 1, 0, 1, 1, 'Deadwood Den Watcher - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7155) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7155, 21377, 0, 27, 0, 1, 0, 1, 1, 'Deadwood Pathfinder - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7154) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7154, 21377, 0, 28, 0, 1, 0, 1, 1, 'Deadwood Gardener - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7153) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7153, 21377, 0, 30, 0, 1, 0, 1, 1, 'Deadwood Warrior - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 9464) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(9464, 21377, 0, 28, 0, 1, 0, 1, 1, 'Overlord Ror - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 14342) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(14342, 21377, 0, 17, 0, 1, 0, 1, 1, 'Ragepaw - Deadwood Headdress Feather'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 9462) AND (`Item` IN (21377)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(9462, 21377, 0, 39, 0, 1, 0, 1, 1, 'Chieftain Bloodmaw - Deadwood Headdress Feather');