fix(DB/Loot): First 4 Zul'Aman bosses should only drop 1 item (#20666)

This commit is contained in:
Andrew
2024-11-21 08:28:03 -03:00
committed by GitHub
parent e15ca6ff51
commit f19c98f341

View File

@@ -0,0 +1,9 @@
--
-- Akil'zon
UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 23574 AND `Reference` = 34150;
-- Nalorakk
UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 23576 AND `Reference` = 34151;
-- Jan'alai
UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 23578 AND `Reference` = 34152;
-- Halazzi
UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 23577 AND `Reference` = 34153;