From 822092ea15d39157eeff0adfbac10f510424476f Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Sat, 1 Feb 2014 18:04:54 +0100 Subject: DB/Creature: Fix warnings with creature_formations loading --- sql/updates/world/2014_02_01_01_world_creature_formations.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_02_01_01_world_creature_formations.sql (limited to 'sql') 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'; -- cgit v1.2.3