aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-03-24 12:15:37 +0100
committerKillyana <morphone1@gmail.com>2016-03-24 12:15:37 +0100
commitf835d16b2c878ac6e88b4974ff22182686986cc7 (patch)
tree237118db2b05760c187f51d42abc9e1585037c71
parent654f4c9e73a7ecb9a923ce4a6706642290eaaf30 (diff)
DB/Creature: Fix Moon Priestess Amara formation
-rw-r--r--sql/updates/world/2016_03_24_00_world_335.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_24_00_world_335.sql b/sql/updates/world/2016_03_24_00_world_335.sql
new file mode 100644
index 00000000000..4d69d8fd3f2
--- /dev/null
+++ b/sql/updates/world/2016_03_24_00_world_335.sql
@@ -0,0 +1,9 @@
+--
+UPDATE `creature` SET `MovementType`=0 WHERE `guid` IN (46414, 46416);
+UPDATE `creature_addon` SET `path_id`=0 WHERE `guid` IN (46414, 46416);
+DELETE FROM `waypoint_data` WHERE `id` IN (464140, 464160);
+DELETE FROM `creature_formations` WHERE `leaderGUID`=46394;
+INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
+(46394, 46394, 0, 0, 2, 0, 0),
+(46394, 46414, 4, 260, 2, 1, 5),
+(46394, 46416, 4, 100, 2, 1, 5);