aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2014-02-01 18:04:54 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2014-02-01 18:04:54 +0100
commit822092ea15d39157eeff0adfbac10f510424476f (patch)
tree52e85edb0b2ae7e4545d9ca0ad1f35ee10e40922
parentc0224dd7ca9a39034518bd7e6285702636749929 (diff)
DB/Creature: Fix warnings with creature_formations loading
-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';