Skip to content

Commit

Permalink
[ACID][Instance] Improve Plagued Ghoul 16447 & Remove wrong Double At…
Browse files Browse the repository at this point in the history
…tack Aura Passive
  • Loading branch information
AnonXS committed Sep 30, 2023
1 parent 7312fa3 commit a1f6852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28930,10 +28930,9 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1644602','16446','2','0','75','1025','50','0','30000','30000','0','0','11','28995','0','0','0','0','0','0','0','0','0','0','Plague Gargoyle - Cast Stoneskin'),
('1644603','16446','11','0','100','0','0','0','0','0','0','0','11','18950','0','32','0','0','0','0','0','0','0','0','Plague Gargoyle - Cast Invisibility and Stealth Detection on Spawn'),
-- Plagued Ghoul 16447
('1644701','16447','1','0','100','0','1000','1000','0','0','0','0','11','19818','0','32','0','0','0','0','0','0','0','0','Plagued Ghoul - Cast Double Attack OOC'),
('1644702','16447','0','0','100','1025','2000','2000','12000','12000','0','0','11','29915','1','0','0','0','0','0','0','0','0','0','Plagued Ghoul - Cast Flesh Rot'),
('1644703','16447','0','0','100','1025','3000','3000','15000','15000','0','0','11','13738','1','0','0','0','0','0','0','0','0','0','Plagued Ghoul - Cast Rend'),
('1644704','16447','2','0','100','1024','30','0','0','0','0','0','11','24318','0','16','1','2384','0','0','0','0','0','0','Plagued Ghoul - Cast Enrage at 30% HP'),
('1644701','16447','2','0','100','1024','30','0','0','0','0','0','11','24318','0','0','1','2384','0','0','0','0','0','0','Plagued Ghoul - Cast Enrage at 30% HP'),
('1644702','16447','0','0','100','1025','5000','15000','9000','18000','0','0','11','29915','1','0','0','0','0','0','0','0','0','0','Plagued Ghoul - Cast Flesh Rot'),
('1644703','16447','0','0','100','1025','3000','5000','8000','12000','0','0','11','13738','1','0','0','0','0','0','0','0','0','0','Plagued Ghoul - Cast Rend'),
-- Plagued Deathhound 16448
('1644801','16448','11','0','100','0','0','0','0','0','0','0','11','18950','0','32','0','0','0','0','0','0','0','0','Plagued Deathhound - Cast Invisibility and Stealth Detection on Spawn'),
('1644802','16448','0','0','100','1025','6000','12000','9000','16000','0','0','11','30121','1','0','0','0','0','0','0','0','0','0','Plagued Deathhound - Cast Forceful Howl'),
Expand Down
2 changes: 1 addition & 1 deletion Updates/Instances/533_naxxramas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath
(16381, 0, 7, 1, 0, 0, NULL), -- Archmage Tarsis Kir-Moldir
(16400, 0, 0, 1, 0, 0, '28370'), -- Toxic Tunnel
(16446, 0, 0, 1, 0, 0, NULL), -- Plagued Gargoyle
(16447, 0, 0, 1, 0, 0, '19818'), -- Plagued Ghoul
(16447, 0, 0, 1, 0, 0, NULL), -- Plagued Ghoul
(16448, 0, 0, 1, 0, 0, NULL), -- Plagued Deathhound
(16449, 0, 0, 1, 0, 0, NULL), -- Spirit of Naxxramas
(16451, 0, 0, 1, 0, 0, NULL), -- Deathknight Vindicator
Expand Down

0 comments on commit a1f6852

Please sign in to comment.