Skip to content

Commit

Permalink
last dberror
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Jan 14, 2025
1 parent bd8aa38 commit b4b9d9b
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 @@ -304,7 +304,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, 67674, 67675, 67676, 67677, 67678, 67680, 67681, 67684, 67685, 67686, 67687, 67688, 67689, 67694, 67695, 67696, 67697, 70990, 70991, 70992, 70993, 70994, 70989, 71811, 71814, 71856, 71872, 72537, 73962, 73963, 73964, 73965, 75856, 1002671, 1002675, 1002679, 1002703, 1002708);
DELETE FROM creature_movement WHERE id IN (67522, 67674, 67675, 67676, 67677, 67678, 67679, 67680, 67681, 67684, 67685, 67686, 67687, 67688, 67689, 67694, 67695, 67696, 67697, 70990, 70991, 70992, 70993, 70994, 70989, 71811, 71814, 71856, 71872, 72537, 73962, 73963, 73964, 73965, 75856, 1002671, 1002675, 1002679, 1002703, 1002708);
DELETE FROM creature_movement WHERE Id BETWEEN @CGUID+1 AND @CGUID+223;
INSERT INTO `creature_movement` (`id`, `point`, `PositionX`, `PositionY`, `PositionZ`, `orientation`, `waittime`, `ScriptId`) VALUES
-- Nether Technician, changing orientation only
Expand Down

0 comments on commit b4b9d9b

Please sign in to comment.