[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 2008_11_18_01_mangos_creature_movement.sql
blob4fc4dc52b67177641410727e2234fefedac6bebd
1 ALTER TABLE db_version CHANGE COLUMN required_2008_11_16_01_mangos_command required_2008_11_18_01_mangos_creature_movement bit;
3 ALTER TABLE creature_movement
4   DROP `text1`,
5   DROP `text2`,
6   DROP `text3`,
7   DROP `text4`,
8   DROP `text5`,
9   ADD COLUMN textid1 int(11) NOT NULL default '0' AFTER waittime,
10   ADD COLUMN textid2 int(11) NOT NULL default '0' AFTER textid1,
11   ADD COLUMN textid3 int(11) NOT NULL default '0' AFTER textid2,
12   ADD COLUMN textid4 int(11) NOT NULL default '0' AFTER textid3,
13   ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4;