Fix for query failure on some systems

This commit is contained in:
Uleat 2018-02-17 17:35:54 -05:00
parent 27225b6047
commit 97bb50a5c4

View File

@ -1,3 +1,3 @@
UPDATE spawn2 SET heading = heading * 8.0 / 4.0;
UPDATE grid_entries SET heading = heading * 8.0 / 4.0 WHERE heading <> -1;
INSERT INTO variables (varname, value) VALUES ('fixed_heading', 1); -- hack
INSERT INTO variables (varname, value, information) VALUES ('fixed_heading', 1, 'manifest heading fix hack'); -- hack