diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-02-01 21:10:38 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-02-01 21:18:28 +0100 |
| commit | 6b4e4761110ab0b6af281e63cfe8608cae8d0153 (patch) | |
| tree | 2dcfa3c08701683b61efd4962be303a9b1497840 /sql | |
| parent | 224da4795283d1314bd255611730a2b46f84f68c (diff) | |
| parent | 11b48569c807be6019fb364187ef6ddae74b5ef6 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_02_01_01_world_creature_formations.sql | 3 |
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'; |
