mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): First 4 Zul'Aman bosses should only drop 1 item (#20666)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user