aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-01-10 14:17:25 +0100
committerKillyana <morphone1@gmail.com>2017-01-10 14:17:25 +0100
commitf0cca66b0fcc881a59959120945e554bd93c934f (patch)
treeb9f7f7cab93bc36d4c4474bd6bb0fa90eec98a50
parent011ea024a93fa55f29952b07358f121c4f32eceb (diff)
DB/Creature: Haren Swifthoof / Thragomm / Gradok Linked Movement in Loch Modan
Closes #18782 By Rushor
-rw-r--r--sql/updates/world/3.3.5/2017_01_09_07_world_335.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_09_07_world_335.sql b/sql/updates/world/3.3.5/2017_01_09_07_world_335.sql
new file mode 100644
index 00000000000..eeffaf4af79
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_01_09_07_world_335.sql
@@ -0,0 +1,12 @@
+DELETE FROM `creature_formations` WHERE `leaderGUID`=9203;
+INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
+(9203, 9203, 0, 0, 2, 0, 0),
+(9203, 9204, 3, 45, 2, 0, 0),
+(9203, 9205, 3, 315, 2, 0, 0);
+
+DELETE FROM `creature_addon` WHERE guid IN (9204,9205);
+DELETE FROM `waypoint_data` WHERE id IN (92040,92050);
+UPDATE `creature` SET `MovementType`=0, `SpawnDist`=0 WHERE `id` IN (2477,7170);
+UPDATE `creature_template` SET `MovementType`=0 WHERE `entry` IN (2477,7170);
+UPDATE `creature_template` SET `Speed_Walk`=1.47, `Speed_Run`=1.14286 WHERE `entry` IN (2478);
+UPDATE `creature_template` SET `Speed_Walk`=1.48, `Speed_Run`=1.14286 WHERE `entry` IN (2477,7170);