aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-11-06 23:32:12 -0330
committerMalcrom <malcromdev@gmail.com>2013-11-06 23:32:12 -0330
commit7a2a9a8d15dd123bec65a21a424c616e82c0b1bf (patch)
treecdf7c36923f9a35cb2f34c79200d401d7f39f96c
parentb4a0533d81ba7fa2cafdd93faab920194a9948eb (diff)
DB/Creature_formations: Update a few formations to not crossover at pathing endpoints.
-rw-r--r--sql/updates/world/2013_11_06_01_world_creature_formations.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_06_01_world_creature_formations.sql b/sql/updates/world/2013_11_06_01_world_creature_formations.sql
new file mode 100644
index 00000000000..b52421bc22d
--- /dev/null
+++ b/sql/updates/world/2013_11_06_01_world_creature_formations.sql
@@ -0,0 +1,7 @@
+UPDATE `creature_formations` SET `point_1`=18, `point_2`=36 WHERE `memberGUID`=127058;
+UPDATE `creature_formations` SET `point_1`=9, `point_2`=17 WHERE `memberGUID` IN (202695,202696);
+UPDATE `creature_formations` SET `point_1`=3, `point_2`=6 WHERE `memberGUID`=201735;
+UPDATE `creature_formations` SET `point_1`=3, `point_2`=7 WHERE `memberGUID` IN (202680,202682);
+UPDATE `creature_formations` SET `point_1`=3, `point_2`=8 WHERE `memberGUID` IN (201764);
+UPDATE `creature_formations` SET `point_1`=2, `point_2`=5 WHERE `memberGUID` IN (202805,202806);
+UPDATE `creature_formations` SET `point_1`=1, `point_2`=6 WHERE `memberGUID` IN (202803,202804,202681,202684);