fix(DB/Creature): Shade of Aran should not path (#17550)

This commit is contained in:
Andrew
2023-10-21 19:42:06 -03:00
committed by GitHub
parent 5ea73fb9ef
commit 4fa74c1152

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_addon` WHERE `guid` = 135692;
DELETE FROM `waypoint_data` WHERE `id` = 1356920;
UPDATE `creature` SET `MovementType` = 1 WHERE `guid` = 135692;