Fixes rank being a reserved SQL keyword (#15661)

This commit is contained in:
AffectedArc07
2021-03-04 11:50:36 -07:00
committed by GitHub
parent 091146029a
commit fd79e342a8
9 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -363,7 +363,7 @@
#define INVESTIGATE_BOMB "bombs"
// The SQL version required by this version of the code
#define SQL_VERSION 21
#define SQL_VERSION 22
// Vending machine stuff
#define CAT_NORMAL 1