mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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)');
|
||||
Reference in New Issue
Block a user