aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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;