fix(DB/Loot): Harbinger Skyriss Normal Loot (#15752)

* fix(db/loot): Harbinger Skyriss Normal Loot

* Update data/sql/updates/pending_db_world/rev_1680298149569301100.sql
This commit is contained in:
neifion-00000000
2023-03-31 20:46:58 -05:00
committed by GitHub
parent e4320ea8f8
commit 97e475ae9f

View File

@@ -0,0 +1,5 @@
--
-- Harbinger Skyriss Normal Loot
UPDATE `reference_loot_template` SET `GroupId`=3 WHERE `Entry`=25004 AND `Item` IN (28413, 28414, 28415, 28416, 28418, 28419);
DELETE FROM `creature_loot_template` WHERE `Entry`=20912 AND `Item`=25004 AND `Reference`=25004 AND `GroupId`=3;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (20912, 25004, 25004, 100, 0, 1, 3, 1, 1, 'Harbinger Skyriss - High Value Table (ReferenceTable)');