fix(DB/Creature): Adjust move type of various Black Temple creatures. (#20120)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
);
|
||||
Reference in New Issue
Block a user