diff --git a/data/sql/updates/pending_db_world/rev_1677805290069827400.sql b/data/sql/updates/pending_db_world/rev_1677805290069827400.sql new file mode 100644 index 000000000..149581c47 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677805290069827400.sql @@ -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;