Import of Mangos
[auctionmangos.git] / sql / updates / 0.7 / 3545_creature_movement.sql
blob93733295f8106291a93150b4ac6780c3bb39cf55
1 -- tinyint can only hold values up to 255 - too small for a waittime in milliseconds
2 ALTER TABLE `creature_movement` CHANGE COLUMN `waittime` `waittime` int(5) unsigned NOT NULL default '0';