We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113f31d commit df17886Copy full SHA for df17886
sql/updates/world/3.3.5/2024_10_26_00_world.sql
@@ -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