Skip to content

Commit

Permalink
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Oct 27, 2024
2 parents 055019c + df17886 commit f523b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/updates/world/3.3.5/2024_10_26_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- Stormwind Guard movement update
SET @GUID=79875;
SET @PATH=@GUID * 10;

UPDATE `creature` SET `MovementType`=0 WHERE `guid`=@GUID;
UPDATE `creature_addon` SET `path_id`=0 WHERE `guid`=@GUID AND `path_id`=@PATH;
DELETE FROM `waypoint_data` WHERE `id`=@PATH;

0 comments on commit f523b3e

Please sign in to comment.