mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Fix for query failure on some systems
This commit is contained in:
parent
27225b6047
commit
97bb50a5c4
@ -1,3 +1,3 @@
|
|||||||
UPDATE spawn2 SET heading = heading * 8.0 / 4.0;
|
UPDATE spawn2 SET heading = heading * 8.0 / 4.0;
|
||||||
UPDATE grid_entries SET heading = heading * 8.0 / 4.0 WHERE heading <> -1;
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user