Files
Paradise/SQL/updates/34-35.sql
Charlie a81aa191f9 Sets the default FPS to 63 (#17564)
* default FPS to 63

* SQL updates

* smallint(4)
2022-04-05 14:18:12 +01:00

5 lines
177 B
SQL

# Updates DB from 34 to 35 -hal9000PR
# Changes DB default for clientFPS to 63
ALTER TABLE `player` CHANGE COLUMN `clientfps` `clientfps` smallint(4) DEFAULT '63' AFTER `exp`;