mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
2 lines
No EOL
190 B
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'; |