fix(DB/Creature): Adjust move type of various Black Temple creatures. (#20120)

This commit is contained in:
Benjamin Jackson 2024-10-02 21:06:11 -04:00 committed by GitHub
parent c8b814d883
commit de7b1eac45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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
);