fix whitespace on movement.sql
parent
453dd03232
commit
50277224ba
|
@ -9,8 +9,8 @@ INSERT INTO movements VALUES(0, 'Land'); -- This is already incorporated into
|
||||||
-- monsters and ancestries but is
|
-- monsters and ancestries but is
|
||||||
-- included here so we have the type of
|
-- included here so we have the type of
|
||||||
-- speed
|
-- speed
|
||||||
INSERT INTO movements VALUES(1, 'Burrow');
|
INSERT INTO movements VALUES(1, 'Burrow');
|
||||||
INSERT INTO movements VALUES(2, 'Climb');
|
INSERT INTO movements VALUES(2, 'Climb');
|
||||||
INSERT INTO movements VALUES(3, 'Fly');
|
INSERT INTO movements VALUES(3, 'Fly');
|
||||||
INSERT INTO movements VALUES(4, 'Swim');
|
INSERT INTO movements VALUES(4, 'Swim');
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
Loading…
Reference in New Issue