fix(DB/Loot): Add loot for Tenris Mirkblood event boss. (#19410)

Init.
This commit is contained in:
Benjamin Jackson
2024-07-16 12:28:06 -04:00
committed by GitHub
parent 4f4796b572
commit c2c2b32b57

View File

@@ -0,0 +1,8 @@
UPDATE `creature_template` SET `lootid` = 28194, `mingold` = 350000, `maxgold` = 450000 WHERE `entry` = 28194;
DELETE FROM `creature_loot_template` WHERE `Entry` = 28194;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(28194, 39769, 0, 100, 0, 1, 0, 1, 1, 'Prince Tenris Mirkblood - Arcanite Ripper'),
(28194, 38658, 0, 100, 0, 1, 0, 1, 1, 'Prince Tenris Mirkblood - Vampiric Batling'),
(28194, 29434, 0, 100, 0, 1, 0, 2, 2, 'Prince Tenris Mirkblood - Badge of Justice'),
(28194, 4113, 4113, 100, 0, 1, 0, 1, 1, 'Prince Tenris Mirkblood - (ReferenceTable)');