mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 05:29:13 +01:00
DB/Creature: Fix some Waypoints
This commit is contained in:
5
sql/updates/world/3.3.5/2019_05_21_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2019_05_21_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `MovementType`=0 WHERE `entry` IN (21315,4841,8666,23872,25964,25965,25966,27003,33576);
|
||||
UPDATE `creature` SET `MovementType`=2 WHERE `id`=27003;
|
||||
UPDATE `waypoint_data` SET `id`=1072390 WHERE `id`=270030;
|
||||
UPDATE `creature_addon` SET `path_id`=1072390 WHERE `guid`=107239;
|
||||
Reference in New Issue
Block a user