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:
neifion-00000000
2023-03-27 12:25:34 -05:00
committed by GitHub
parent ddd6c14456
commit e18aec9e5d

View File

@@ -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)');