mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(db/loot): Repair Pathaleon the Calculator Loot (#15574)
* fix(db/loot): Repair Pathaleon the Calculator Loot * Update data/sql/updates/pending_db_world/rev_1679709941852342200.sql * Update data/sql/updates/pending_db_world/rev_1679709941852342200.sql * Update data/sql/updates/pending_db_world/rev_1679709941852342200.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Repair Pathaleon the Calculator Loot Table
|
||||
UPDATE `reference_loot_template` SET `GroupId`=5 WHERE `Entry`=35005 AND `Item` IN (28285, 28278, 28286, 28288, 28275, 27899);
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=19220 AND `Item`=35005 AND `Reference`=35005 AND `GroupId`=5;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (19220, 35005, 35005, 100, 0, 1, 5, 1, 1, 'Pathaleon the Calculator - High Value Table (ReferenceTable)');
|
||||
Reference in New Issue
Block a user