Skip to content

Commit

Permalink
Mechanar: Fix pathaleon spell lists logical typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Sep 20, 2023
1 parent 952a2a9 commit 2e1bf1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Updates/0205_pathaleon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ INSERT INTO creature_spell_list(Id, Position, SpellId, Flags, CombatCondition, T
('1922001', '0', '36021', '0', '-1', '105', '0', '100', '1','2000','9000','16000','34000', 'Pathaleon the Calculator - Mana tap on random mana player'),
('1922001', '1', '36022', '0', '-1', '0', '0', '100', '1','11000','24000','40000','52000', 'Pathaleon the Calculator - Arcane Torrent'),
('1922001', '2', '35280', '0', '-1', '101', '0', '100', '1','25000','40000','25000','30000', 'Pathaleon the Calculator - Domination on random player non tank'),
('1922001', '3', '36992', '0', '1075', '0', '0', '100', '1','0','0','600000','600000', 'Pathaleon the Calculator - Enrage below 20'),
('1922001', '4', '35284', '0', '872', '0', '0', '100', '1','12000','23000','45000','50000', 'Pathaleon the Calculator - Summon Nether Wraiths above 20'),
('1922001', '5', '35289', '0', '872', '0', '0', '100', '1','31000','42000','55000','84000', 'Pathaleon the Calculator - Disgruntled Anger above 20'),
('1922001', '3', '36992', '0', '872', '0', '0', '100', '1','0','0','600000','600000', 'Pathaleon the Calculator - Enrage below 20'),
('1922001', '4', '35284', '0', '1075', '0', '0', '100', '1','12000','23000','45000','50000', 'Pathaleon the Calculator - Summon Nether Wraiths above 20'),
('1922001', '5', '35289', '0', '1075', '0', '0', '100', '1','31000','42000','55000','84000', 'Pathaleon the Calculator - Disgruntled Anger above 20'),
('2153701', '0', '36021', '0', '-1', '105', '0', '100', '1','2000','9000','16000','34000', 'Pathaleon the Calculator - Mana tap on random mana player'),
('2153701', '1', '36022', '0', '-1', '0', '0', '100', '1','11000','24000','40000','52000', 'Pathaleon the Calculator - Arcane Torrent'),
('2153701', '2', '35280', '0', '-1', '101', '0', '100', '1','25000','40000','25000','30000', 'Pathaleon the Calculator - Domination on random player non tank'),
('2153701', '3', '36992', '0', '1075', '0', '0', '100', '1','0','0','600000','600000', 'Pathaleon the Calculator - Enrage below 20'),
('2153701', '4', '35284', '0', '872', '0', '0', '100', '1','12000','23000','45000','50000', 'Pathaleon the Calculator - Summon Nether Wraiths above 20'),
('2153701', '5', '35289', '0', '872', '0', '0', '100', '1','31000','42000','55000','84000', 'Pathaleon the Calculator - Disgruntled Anger above 20'),
('2153701', '3', '36992', '0', '872', '0', '0', '100', '1','0','0','600000','600000', 'Pathaleon the Calculator - Enrage below 20'),
('2153701', '4', '35284', '0', '1075', '0', '0', '100', '1','12000','23000','45000','50000', 'Pathaleon the Calculator - Summon Nether Wraiths above 20'),
('2153701', '5', '35289', '0', '1075', '0', '0', '100', '1','31000','42000','55000','84000', 'Pathaleon the Calculator - Disgruntled Anger above 20'),
('2153701', '6', '15453', '0', '-1', '0', '0', '100', '1','18000','45000','13000','25000', 'Pathaleon the Calculator - Arcane Explosion');

UPDATE creature_template SET SpellList = 2106201 WHERE entry=21062;
Expand Down

0 comments on commit 2e1bf1a

Please sign in to comment.