fix(DB/Loot) - Archimonde now properly drops the Helms (#22322)
Co-authored-by: amed80 <8395873+amed80@users.noreply.github.com>
This commit is contained in:
parent
a8cc3b7ba7
commit
c55e737fdd
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `reference_loot_template` SET `Chance` = 0, `GroupId` = 3 WHERE `Entry` = 1276884;
|
||||
|
||||
UPDATE `creature_loot_template` SET `MinCount` = 3, `MaxCount` = 3 WHERE `Entry`= 17968 AND`Item` = 34069 AND `Reference` = 1276884;
|
||||
Loading…
Add table
Add a link
Reference in a new issue