mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
8
sql/updates/world/3.3.5/2017_10_21_05_world_335.sql
Normal file
8
sql/updates/world/3.3.5/2017_10_21_05_world_335.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
-- Fix random movement of Lost Souls
|
||||
UPDATE `creature` SET `spawndist`=6, `MovementType`=1 WHERE `guid` IN (44863, 44864);
|
||||
-- Correct waypoints of Nissa Agamand
|
||||
UPDATE `waypoint_data` SET `orientation`=0.7703, `delay`=45000 WHERE `id`=449900 AND `point`=1;
|
||||
UPDATE `waypoint_data` SET `orientation`=1.3075, `delay`=25000 WHERE `id`=449900 AND `point`=14;
|
||||
-- Reposition broken Scarlet Warrior
|
||||
UPDATE `creature` SET `position_z`=37.2094 WHERE `guid`=38336;
|
||||
Reference in New Issue
Block a user