Skip to content

Commit

Permalink
Update for [5293] [5310]
Browse files Browse the repository at this point in the history
small mistakes corrected
  • Loading branch information
Grz3s committed Apr 4, 2024
1 parent f347db0 commit 90833c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Updates/5293_OnslaughtHarbor_Icecrown.sql
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ UPDATE creature SET position_x = 7567.4165, position_y = 4895.1406, position_z =
UPDATE creature SET position_x = 7545.8926, position_y = 4899.7456, position_z = 43.6182, spawndist = 0, MovementType = 4 WHERE guid = 524509; -- linear
UPDATE creature SET position_x = 7639.288, position_y = 4855.6016, position_z = 8.183636, spawndist = 0, MovementType = 2 WHERE guid = 524496;
UPDATE creature SET position_x = 7496.585, position_y = 4800.3477, position_z = 44.89422, spawndist = 0, MovementType = 4 WHERE guid = 524491; -- linear
DELETE FROM creature_movement WHERE id IN (528563,524501,524849,524498,524500,524499,524497,524489,524488,524487,524490,524509,524496,524491);
DELETE FROM creature_movement WHERE id IN (524848,524501,524849,524498,524500,524499,524497,524489,524488,524487,524490,524509,524496,524491);
INSERT INTO creature_movement (id, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId) VALUES
-- 524848
(524848,1 ,7837.6016,5118.936,1.6906515 ,100,0,0),
Expand Down Expand Up @@ -697,9 +697,9 @@ INSERT INTO creature_movement (id, Point, PositionX, PositionY, PositionZ, Orien
(524491,3,7523.0815,4791.069,44.803665,100,0,0),
(524491,4,7536.462,4791.1,44.231556,100,0,0),
(524491,5,7547.869,4794.129,43.726063,100,1000,0);
DELETE FROM `creature_spawn_data` WHERE guid IN (528563,524501,524849,524498,524500,524499,524497,524489,524488,524487,524490,524509,524496,524491);
DELETE FROM `creature_spawn_data` WHERE guid IN (524848,524501,524849,524498,524500,524499,524497,524489,524488,524487,524490,524509,524496,524491);
INSERT INTO `creature_spawn_data` (`guid`, `id`) VALUES
(528563,80),(524501,80),(524849,80),(524498,80),
(524848,80),(524501,80),(524849,80),(524498,80),
(524500,80),(524499,80),(524497,80),(524489,80),
(524488,80),(524487,80),(524490,80),(524509,80),
(524496,80),(524491,80);
Expand Down
2 changes: 1 addition & 1 deletion Updates/5310_SindragosasFall_Icecrown.sql
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ UPDATE creature SET spawndist = 10, MovementType = 1 WHERE id = 31718;

-- Cultist Corrupter 31738
DELETE FROM creature_addon WHERE guid IN (528258,528261,528259);
DELETE FROM creature_movement WHERE id IN (5528258,528261,528259);
DELETE FROM creature_movement WHERE id IN (528258,528261,528259);
DELETE FROM game_event_creature WHERE guid IN (528258,528261,528259);
DELETE FROM game_event_creature_data WHERE guid IN (528258,528261,528259);
DELETE FROM creature_battleground WHERE guid IN (528258,528261,528259);
Expand Down

0 comments on commit 90833c6

Please sign in to comment.