Skip to content

Commit

Permalink
Update [5631] more backport errors corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Grz3s committed Feb 8, 2025
1 parent 109e6f1 commit 5dbdf12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14732,7 +14732,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1561504','15615','30','0','100','1','5','15612','0','0','0','0','53','35','0','0','0','0','0','0','0','0','0','0','Shadow Priestess Shai - START_RELAY_SCRIPT on Receive AI Event Custom A'),
('1561505','15615','30','0','100','1','6','15620','0','0','0','0','55','10','0','0','0','0','0','0','0','0','0','0','Shadow Priestess Shai - Attack source on Receive AI Event Custom B'),
('1561506','15615','30','0','100','1','8','15620','0','0','0','0','53','51','0','0','0','0','0','0','0','0','0','0','Shadow Priestess Shai - START_RELAY_SCRIPT on Receive AI Event Custom C'),
('1561507','15615','0','0','100','1025','15000','30000','70000','90000','0','0','11','19285','4','32','0','0','0','0','0','0','0','0','Shadow Priestess Shai - Cast Hex of Weakness'),
-- ('1561507','15615','0','0','100','1025','15000','30000','70000','90000','0','0','11','19285','4','32','0','0','0','0','0','0','0','0','Shadow Priestess Shai - Cast Hex of Weakness'),
-- Orgrimmar Legion Grunt 15616
('1561601','15616','30','0','100','1','5','15612','0','0','0','0','58','0','0','0','0','0','0','0','0','0','0','0','Orgrimmar Legion Grunt - START_RELAY_SCRIPT on Receive AI Event Custom A'),
('1561602','15616','30','0','100','1','6','15620','0','0','0','0','55','10','0','0','0','0','0','0','0','0','0','0','Orgrimmar Legion Grunt - Attack source on Receive AI Event Custom B'),
Expand Down
8 changes: 8 additions & 0 deletions Updates/5631_backport_fixes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ DELETE FROM creature_movement WHERE Id = 55584;
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855611.
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855612.
DELETE FROM dbscripts_on_creature_movement WHERE Id IN (1378,1849301,1855602,1855603,1855604,1855605,1855606,1855607,1855608,1855609,1855610,1855611,1855612);
-- Event 1879402 Action 3 references invalid dbscript_on_relay id 1879401
-- Event 1879403 Action 3 references invalid dbscript_on_relay id 1879402
-- Event 1879404 Action 2 references invalid dbscript_on_relay id 1879403
DELETE FROM dbscripts_on_relay WHERE id IN (1879401,1879402,1879403);
INSERT INTO dbscripts_on_relay (id, delay, priority, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, datafloat, x, y, z, o, speed, condition_id, comments) VALUES
(1879401,0,0,42,0,0,0,0,0,0,12421,0,0,0,0,0,0,0,0,0,0,'Cabal Ritualist - Equip Staff 1'),
(1879402,0,0,42,0,0,0,0,0,0,14618,0,0,0,0,0,0,0,0,0,0,'Cabal Ritualist - Equip Staff 2'),
(1879403,0,0,42,0,0,0,0,0,0,13718,0,0,0,0,0,0,0,0,0,0,'Cabal Ritualist - Equip Sword');

0 comments on commit 5dbdf12

Please sign in to comment.