fix(DB/Loot): Spirit Shards (#15244)

This commit is contained in:
Gultask
2023-03-04 17:35:43 -03:00
committed by GitHub
parent 3261dfb416
commit 2e9bdd83fb

View File

@@ -0,0 +1,4 @@
-- In Shadow Labyrinth and Sethekk Halls, bosses should drop 2 Spirit Shards per kill
UPDATE `creature_loot_template` SET `MinCount`=2, `MaxCount`=2 WHERE `Item`=28558 AND `Entry` IN (20636, 20637, 20653, 20657, 20690, 20706, 23035, 18732, 18473, 18667, 18708);
-- Yor
UPDATE `creature_loot_template` SET `MinCount`=1, `MaxCount`=1 WHERE `Item`=28558 AND `Entry`=22930;