diff --git a/data/sql/updates/pending_db_world/rev_1680298149569301100.sql b/data/sql/updates/pending_db_world/rev_1680298149569301100.sql new file mode 100644 index 000000000..541d27918 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1680298149569301100.sql @@ -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)');