
Fixes #3017 Thanks to Hercules for the idea and their implementation of it. This deprecates Windows XP support. If you want to use it to run your server on it, you have to forcefully enable it now. Since 64bit ticks do not exist on XP, you might encounter some issues that are already fixed on other OS.
10 lines
385 B
SQL
10 lines
385 B
SQL
ALTER TABLE `bonus_script` MODIFY COLUMN `tick` bigint(20) NOT NULL default '0';
|
|
|
|
ALTER TABLE `elemental` MODIFY COLUMN `life_time` bigint(20) NOT NULL default '0';
|
|
|
|
ALTER TABLE `mercenary` MODIFY COLUMN `life_time` bigint(20) NOT NULL default '0';
|
|
|
|
ALTER TABLE `sc_data` MODIFY COLUMN `tick` bigint(20) NOT NULL;
|
|
|
|
ALTER TABLE `skillcooldown` MODIFY COLUMN `tick` bigint(20) NOT NULL;
|