fix(DB/Hyjal): weird loot format for Archimonde (#18682)

Create archi_loot_fix.sql
This commit is contained in:
Dan
2024-04-08 01:30:19 +02:00
committed by GitHub
parent dcff70c935
commit e701f3c615

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `creature_loot_template` WHERE `Entry` = 17968 AND `Item` = 190068;
UPDATE `creature_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 17968 AND `Item` = 34068;