Sets the default FPS to 63 (#17564)

* default FPS to 63

* SQL updates

* smallint(4)
This commit is contained in:
Charlie
2022-04-05 14:18:12 +01:00
committed by GitHub
parent 3c067e8b2f
commit a81aa191f9
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
# 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`;