Skip to content

Commit

Permalink
db error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Jan 12, 2025
1 parent 5bd9e1d commit a5b9aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/0528_netherstorm_south_east_island.sql
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ INSERT INTO `creature_addon` (`guid`, `mount`, `stand_state`, `sheath_state`, `e
(@CGUID+77, 0, 8, 0, 0, 0, NULL); -- Disembodied Protector

-- Waypoints
DELETE FROM creature_movement WHERE id IN (67522, 67675, 67676, 67677, 67684, 67685, 67686, 67687, 67688, 67689, 67694, 67695, 67696, 67697, 70990, 70991, 70992, 70993, 70994, 70989, 71811, 71814, 72537, 73962, 73963, 73964, 73965, 1002671, 1002675, 1002679, 1002703, 1002708);
DELETE FROM creature_movement WHERE id IN (67522, 67675, 67676, 67677, 67684, 67685, 67686, 67687, 67688, 67689, 67694, 67695, 67696, 67697, 70990, 70991, 70992, 70993, 70994, 70989, 71811, 71814, 72537, 73962, 73963, 73964, 73965, 75856, 1002671, 1002675, 1002679, 1002703, 1002708);
DELETE FROM creature_movement WHERE Id BETWEEN @CGUID+1 AND @CGUID+179;
INSERT INTO `creature_movement` (`id`, `point`, `PositionX`, `PositionY`, `PositionZ`, `orientation`, `waittime`, `ScriptId`) VALUES
-- Nether Technician, changing orientation only
Expand Down

0 comments on commit a5b9aea

Please sign in to comment.