fix whitespace on movement.sql

merge-requests/35/merge
James R Miller 2019-08-18 19:32:45 -05:00
parent 453dd03232
commit 50277224ba
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ INSERT INTO movements VALUES(0, 'Land'); -- This is already incorporated into
-- monsters and ancestries but is
-- included here so we have the type of
-- speed
INSERT INTO movements VALUES(1, 'Burrow');
INSERT INTO movements VALUES(2, 'Climb');
INSERT INTO movements VALUES(3, 'Fly');
INSERT INTO movements VALUES(4, 'Swim');
INSERT INTO movements VALUES(1, 'Burrow');
INSERT INTO movements VALUES(2, 'Climb');
INSERT INTO movements VALUES(3, 'Fly');
INSERT INTO movements VALUES(4, 'Swim');
COMMIT;