mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Creature): Shade of Aran should not path (#17550)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user