Skip to content

Commit

Permalink
[ACID][Instance] Correct Poison Proc Passive for Deadly Cleft Scorpid…
Browse files Browse the repository at this point in the history
… 7405
  • Loading branch information
AnonXS committed Nov 7, 2024
1 parent 80611cf commit b5112fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ACID/acid_classic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16999,8 +16999,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('739701','7397','4','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Earthen Stonecarver - Enable Range Mode on Aggro'),
('739702','7397','9','0','100','1025','0','10','17200','26500','0','0','11','2602','0','0','0','0','0','0','0','0','0','0','Earthen Stonecarver - Cast Fire Shield IV'),
('739703','7397','9','0','100','1025','0','20','2400','3700','0','0','11','10452','1','256','0','0','0','0','0','0','0','0','Earthen Stonecarver - Cast Flame Buffet'),
-- Deadly Cleft Scorpid (4.0.1 Official Data)
('740501','7405','11','0','100','0','0','0','0','0','0','0','11','3616','0','1','0','0','0','0','0','0','0','0','Earthen Stonecarver - Cast Poison Proc on Spawn'),
-- Deadly Cleft Scorpid 7405
('740501','7405','11','0','100','0','0','0','0','0','0','0','11','7276','0','34','0','0','0','0','0','0','0','0','Earthen Stonecarver - Cast Poison Proc on Spawn'),
-- Vault Warder
('1012001','10120','11','0','100','0','0','0','0','0','0','0','11','10255','0','0','0','0','0','0','0','0','0','0','Vault Warder - Cast Stoned on Spawn'),
('1012002','10120','0','0','100','1025','4000','10000','13000','22000','0','0','11','5568','0','0','0','0','0','0','0','0','0','0','Vault Warder - Cast Trample'),
Expand Down
2 changes: 1 addition & 1 deletion Updates/Instances/070_uldaman.sql
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath
(7321, 0, 0, 1, 0, 0, NULL), -- Stonevault Flameweaver
(7396, 0, 0, 1, 0, 0, '7165'), -- Earthen Stonebreaker
(7397, 0, 0, 1, 0, 0, NULL), -- Earthen Stonecarver
(7405, 0, 0, 1, 0, 0, '3616'), -- Deadly Cleft Scorpid
(7405, 0, 0, 1, 0, 0, '7276'), -- Deadly Cleft Scorpid
(10120, 0, 0, 1, 0, 0, '10255'), -- Vault Warder
(11073, 0, 0, 1, 0, 0, NULL); -- Annora

Expand Down

0 comments on commit b5112fc

Please sign in to comment.