fix(DB/Creature): Adjust move type of various Black Temple creatures. (#20120)
This commit is contained in:
parent
c8b814d883
commit
de7b1eac45
1 changed files with 10 additions and 0 deletions
10
data/sql/updates/pending_db_world/bt-path-runners.sql
Normal file
10
data/sql/updates/pending_db_world/bt-path-runners.sql
Normal file
|
|
@ -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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue