server/sql/updates/0.10/5164_mangos_creature_movement.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

5 lines
340 B
SQL

ALTER TABLE `creature_movement` CHANGE COLUMN `text1` `text1` text;
ALTER TABLE `creature_movement` CHANGE COLUMN `text2` `text2` text;
ALTER TABLE `creature_movement` CHANGE COLUMN `text3` `text3` text;
ALTER TABLE `creature_movement` CHANGE COLUMN `text4` `text4` text;
ALTER TABLE `creature_movement` CHANGE COLUMN `text5` `text5` text;