aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-11-06 23:20:06 -0330
committerMalcrom <malcromdev@gmail.com>2013-11-06 23:20:06 -0330
commitb4a0533d81ba7fa2cafdd93faab920194a9948eb (patch)
treec7c7c8122db5ceefe1c287ba606748986cfa7e23 /sql
parenta4b62d873fc797bdd9dc29ac7f086a815ba50c37 (diff)
Core/CreatureGroups: Add fields to creature_formations and code to prevent creature crossover in formations.
Wiki update and db values too follow.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_11_06_00_world_creature_formations.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_06_00_world_creature_formations.sql b/sql/updates/world/2013_11_06_00_world_creature_formations.sql
new file mode 100644
index 00000000000..2e4795fcc90
--- /dev/null
+++ b/sql/updates/world/2013_11_06_00_world_creature_formations.sql
@@ -0,0 +1,2 @@
+ALTER TABLE creature_formations ADD point_1 MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0;
+ALTER TABLE creature_formations ADD point_2 MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0;