Update boss_nefarian_loot.sql

fix minCount setting for Nefarian T2 chest piece loot drop
This commit is contained in:
Grimfeather
2025-04-10 20:53:54 +02:00
committed by GitHub
parent 4bd4d8c91c
commit 81478bdfbf

View File

@@ -12,7 +12,7 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q
(11583, 30172, 30172, 100.0, 0, 1, 0, 1, 1), (11583, 30172, 30172, 100.0, 0, 1, 0, 1, 1),
(11583, 30173, 30173, 100.0, 0, 1, 0, 1, 1), (11583, 30173, 30173, 100.0, 0, 1, 0, 1, 1),
(11583, 30330, 30330, 0.05, 0, 1, 0, 1, 1), (11583, 30330, 30330, 0.05, 0, 1, 0, 1, 1),
(11583, 30486, 30486, 100.0, 0, 1, 0, 1, 2), (11583, 30486, 30486, 100.0, 0, 1, 0, 2, 2),
(11583, 30487, 30487, 100.0, 0, 1, 0, 1, 1), (11583, 30487, 30487, 100.0, 0, 1, 0, 1, 1),
(11583, 30551, 30551, 100.0, 0, 1, 0, 1, 1); (11583, 30551, 30551, 100.0, 0, 1, 0, 1, 1);
DELETE FROM `reference_loot_template` WHERE `Entry` IN (34009, 30105, 30044, 30089, 30172, 30173, 30330, 30486, 30487, 30551, 30171); DELETE FROM `reference_loot_template` WHERE `Entry` IN (34009, 30105, 30044, 30089, 30172, 30173, 30330, 30486, 30487, 30551, 30171);