fix(DB/loot): Deathknell unique drops rate improvements (#14088)

* fix(DB/loot): Deathknell unique drops rate improvements

ALL unique drops in Deathknell have been looked at.
Improvements made based on a mix of available data and research.

* Update rev_1670381120624981200.sql

* Update data/sql/updates/pending_db_world/rev_1670381120624981200.sql

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
neifion-00000000
2022-12-30 16:07:05 -06:00
committed by GitHub
parent dfd43d0215
commit 304ac8fa83

View File

@@ -0,0 +1,8 @@
--
-- Deathknell Zone Drops
UPDATE `creature_loot_template` SET `Chance`=80, `Comment`='Night Web Matriarch - Webbed Cloak' WHERE `Entry`=1688 AND `Item`=3261 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=1, `Comment`='Night Web Spider - Webbed Pants' WHERE `Entry`=1505 AND `Item`=3263 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=1.5 WHERE `Entry`=1917 AND `Item`=3293 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=0.9 WHERE `Entry`=1919 AND `Item`=3295 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=1506 AND `Item`=2754 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=1507 AND `Item`=3260 AND `Reference`=0 AND `GroupId`=0;