Skip to content

Commit df17886

Browse files
authored
DB/Creature: Remove one Stormwind guard incorrect pathing
closes #30373 by CraftedRO
1 parent 113f31d commit df17886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-- Stormwind Guard movement update
2+
SET @GUID=79875;
3+
SET @PATH=@GUID * 10;
4+
5+
UPDATE `creature` SET `MovementType`=0 WHERE `guid`=@GUID;
6+
UPDATE `creature_addon` SET `path_id`=0 WHERE `guid`=@GUID AND `path_id`=@PATH;
7+
DELETE FROM `waypoint_data` WHERE `id`=@PATH;

0 commit comments

Comments
 (0)