aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_02_01_01_world_creature_formations.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_01_01_world_creature_formations.sql b/sql/updates/world/2014_02_01_01_world_creature_formations.sql
new file mode 100644
index 00000000000..2e94aac45c4
--- /dev/null
+++ b/sql/updates/world/2014_02_01_01_world_creature_formations.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `creature_formations`
+ CHANGE `point_1` `point_1` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
+ CHANGE `point_2` `point_2` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0';