mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user