server/sql/updates/0.7/3545_creature_movement.sql

2 lines
No EOL
190 B
SQL

-- tinyint can only hold values up to 255 - too small for a waittime in milliseconds
ALTER TABLE `creature_movement` CHANGE COLUMN `waittime` `waittime` int(5) unsigned NOT NULL default '0';