Skip to content

Commit

Permalink
[WDB][4858][ACID] Defias Messenger 550
Browse files Browse the repository at this point in the history
 Random Texts on Aggro - update

Closes:
cmangos/wotlk-db#619

(cherry picked from commit cmangos/wotlk-db@b59978f
  • Loading branch information
Grz3s authored and AnonXS committed Jul 29, 2023
1 parent 1cbea84 commit 64b7393
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7884,8 +7884,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('52004','520','0','0','100','1025','6700','12500','21900','33600','0','0','11','9080','1','0','0','0','0','0','0','0','0','0','Brack - Cast Hamstring'),
-- Thor (2.4.3 Official Data)
('52301','523','4','0','100','0','0','0','0','0','0','0','11','14313','0','0','1','4566','0','0','0','0','0','0','Thor - Cast Summon Enraged Gryphon and Yell on Aggro'),
-- Defias Messenger (2.4.3 Official Data)
('55001','550','4','0','100','0','0','0','0','0','0','0','1','479','478','473','0','0','0','0','0','0','0','0','Defias Messenger - Random Say on Aggro'),
-- Defias Messenger 550
('55001','550','4','0','100','0','0','0','0','0','0','0','54','0','6','38','0','0','0','0','0','0','0','0','Defias Messenger - Random Say on Aggro'),
('55002','550','2','0','100','1024','30','0','0','0','0','0','11','8392','15','0','25','0','0','0','1','1150','0','0','Defias Messenger - Hyper Coward and Flee at 15% HP'),
-- Leprithus 572 - s.744 manually casted
('57201','572','0','0','100','1025','5000','11000','11000','17000','0','0','11','4974','1','32','0','0','0','0','0','0','0','0','Leprithus - Cast Wither Touch'),
Expand Down
12 changes: 12 additions & 0 deletions Updates/0141_WDB-4858_c.550_aggro_texts.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Defias Messenger 550 - Random Texts on Aggro - update
DELETE FROM dbscript_random_templates WHERE id = 38;
INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VALUES
('38','0','473','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','474','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','475','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','476','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','477','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','478','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','479','0','Defias Messenger 550 - Random Texts on Aggro'),
('38','0','480','0','Defias Messenger 550 - Random Texts on Aggro');

0 comments on commit 64b7393

Please sign in to comment.