Skip to content

Commit

Permalink
[ACID] correct some wrong naming introduced with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Dec 28, 2024
1 parent 78282be commit 0ef8ed0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3529,17 +3529,17 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Kurzel (23748) - NSR
-- Prigmon (23761) - NSR
-- Brend (23762) - NSR
('2376201','23762','8','0','100','0','42333','-1','0','0','0','0','47','7','0','0','0','0','0','0','0','0','0','0','Morgom - Set Standstate on SpellHit'),
('2376201','23762','8','0','100','0','42333','-1','0','0','0','0','47','7','0','0','0','0','0','0','0','0','0','0','Brend - Set Standstate on SpellHit'),
('2376202','23762','11','0','100','0','0','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 1 OnSpawn'),
('2376203','23762','1','5','100','1','8000','12000','8000','12000','0','0','10','1','11','92','0','0','0','0','0','0','0','0','Brend - Play RandomEmote (Phase 1)'),
('2376204','23762','30','28','100','1','5','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 0 on ReceiveEventAI A'),
('2376205','23762','30','0','100','1','6','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 1 on ReceiveEventAI B'),
-- Marge (23764)
-- On Spawn Bottle is equiped so we can throw torch or start rp with morgom/brend
('2376401','23764','11','0','100','0','0','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Marge - Set Phase 2 OnSpawn'),
('2376402','23764','30','0','100','1','5','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 1 on ReceiveEventAI A'),
('2376403','23764','30','0','100','1','6','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 2 on ReceiveEventAI B'),
('2376404','23764','30','0','100','1','8','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 0 on ReceiveEventAI C'),
('2376402','23764','30','0','100','1','5','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Marge - SetPhase 1 on ReceiveEventAI A'),
('2376403','23764','30','0','100','1','6','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Marge - SetPhase 2 on ReceiveEventAI B'),
('2376404','23764','30','0','100','1','8','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Marge - SetPhase 0 on ReceiveEventAI C'),
('2376405','23764','1','5','100','1','8000','12000','8000','12000','0','0','53','-10301','0','0','0','0','0','0','0','0','0','0','Marge - Start RandomScript (Phase 1)'),
('2376406','23764','1','3','100','1','8000','12000','8000','12000','0','0','53','-10302','0','0','0','0','0','0','0','0','0','0','Marge - Start RandomScript (Phase 2)'),
-- Morgom (23766)
Expand Down

0 comments on commit 0ef8ed0

Please sign in to comment.