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:
Ryan Turner 2025-06-15 19:32:55 +01:00 committed by GitHub
parent a8cc3b7ba7
commit c55e737fdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;