10 lines
287 B
SQL
10 lines
287 B
SQL
UPDATE `waypoint_data` SET `move_type` = 0 WHERE `id` IN (
|
|
1480150, -- Aqueous Spawn
|
|
1480210, -- Aqueous Spawn
|
|
1480170, -- Aqueous Spawn
|
|
1480130, -- Aqueous Spawn
|
|
1480190, -- Aqueous Spawn
|
|
1483640, -- Bonechewer Behemoth
|
|
1483630, -- Bonechewer Behemoth
|
|
1483600 -- Bonechewer Behemoth
|
|
);
|