Skip to content

Commit

Permalink
[ACID] Restore "GENERIC - FLY ANIM ON - RUN OFF" - overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Aug 13, 2023
1 parent 3e29fc9 commit 522fc84
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -19591,7 +19591,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('2171903','21719','6','0','100','0','0','0','0','0','0','0','43','0','0','0','11','38341','0','0','0','0','0','0','Dragonmaw Drake-Rider - Dismount and Cast Summon Enslaved Netherdrake on Death'),
('2171904','21719','0','0','100','1025','6000','11000','12000','16000','0','0','11','38859','4','32','0','0','0','0','0','0','0','0','Dragonmaw Drake-Rider - Cast Serpent Sting'),
('2171905','21719','9','0','100','1025','5','30','2200','3800','0','0','11','6660','1','256','0','0','0','0','0','0','0','0','Dragonmaw Drake-Rider - Cast Shoot'),
('2171906','21719','21','0','100','0','0','0','0','0','0','0','53','30602','0','0','0','0','0','0','0','0','0','0','Dragonmaw Drake-Rider - Disable Hover on Reached Home'),
('2171906','21719','21','0','100','0','0','0','0','0','0','0','53','30611','0','0','0','0','0','0','0','0','0','0','Dragonmaw Drake-Rider - Disable Hover on Reached Home'),
-- Dragonmaw Shaman 21720
('2172001','21720','27','0','100','1','12550','1','15000','30000','0','0','11','12550','0','0','0','0','0','0','0','0','0','0','Dragonmaw Shaman - Cast Lightning Shield on Missing Buff'),
('2172002','21720','4','0','15','0','0','0','0','0','0','0','1','1937','1939','1938','0','0','0','0','0','0','0','0','Dragonmaw Shaman - Random Say on Aggro'),
Expand Down Expand Up @@ -19678,7 +19678,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('2200003','22000','4','0','100','0','0','0','0','0','0','0','53','30601','0','0','0','0','0','0','0','0','0','0','Dragonmaw Nether Drake - Enable Hover on Aggro'),
('2200004','22000','0','0','100','1025','5000','10000','16000','20000','0','0','11','38344','1','0','0','0','0','0','0','0','0','0','Dragonmaw Nether Drake - Cast Arcane Blast'),
('2200005','22000','0','0','100','1025','4000','8000','12000','16000','0','0','11','36513','0','0','0','0','0','0','0','0','0','0','Dragonmaw Nether Drake - Cast Intangible Presence'),
('2200006','22000','21','0','100','0','0','0','0','0','0','0','53','30602','0','0','0','0','0','0','0','0','0','0','Dragonmaw Nether Drake - Disable Hover on Reached Home'),
('2200006','22000','21','0','100','0','0','0','0','0','0','0','53','30611','0','0','0','0','0','0','0','0','0','0','Dragonmaw Nether Drake - Disable Hover on Reached Home'),
-- Shadowlord Deathwail 22006 - npc_shadowlord_deathwail
-- Corok the Mighty
('2201101','22011','9','0','100','1025','0','5','10000','12000','0','0','11','12612','0','0','0','0','0','0','0','0','0','0','Corok the Mighty - Cast Stomp'),
Expand Down
4 changes: 4 additions & 0 deletions Updates/0159_WDB-4872_TDB-0742_restore_nohover.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DELETE FROM dbscripts_on_relay WHERE id IN (30611);
INSERT INTO dbscripts_on_relay (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(30611,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'GENERIC - FLY ANIM ON - RUN OFF');

0 comments on commit 522fc84

Please sign in to comment.