fix(DB/loot): Staff of Horrors drops (#5999)

Removed Staff of Horrors from widely used ref_loot_table 24062 and added to
Skeletal Horrors with a 1.6% drop chance
This commit is contained in:
Azcobu
2021-05-31 03:41:55 +09:30
committed by GitHub
parent 37f435b49d
commit bc9b33a1a3

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1621659447273280925');
DELETE FROM `reference_loot_template` WHERE `Entry` = 24062 AND `Item` = 880;
DELETE FROM `creature_loot_template` WHERE `Entry` = 202 AND `Item` = 880;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(202, 880, 0, 1.6, 0, 1, 0, 1, 1, "Skeletal Horror - Staff of Horrors");