mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): Spirit Shards (#15244)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user