fix(DB/Loot): First 4 Zul'Aman bosses should only drop 1 item (#20666)
This commit is contained in:
parent
e15ca6ff51
commit
f19c98f341
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue