eqemu-server/utils/sql/git/required/2018_02_13_Heading.sql
2018-02-17 17:35:54 -05:00

4 lines
242 B
SQL

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, information) VALUES ('fixed_heading', 1, 'manifest heading fix hack'); -- hack