aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_10_21_05_world_335.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_21_05_world_335.sql b/sql/updates/world/3.3.5/2017_10_21_05_world_335.sql
new file mode 100644
index 00000000000..9fe6590dcea
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_21_05_world_335.sql
@@ -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;