--- deliantra/Deliantra/Deliantra.pm 2009/09/01 21:37:25 1.131 +++ deliantra/Deliantra/Deliantra.pm 2009/09/02 22:38:57 1.132 @@ -6,7 +6,7 @@ package Deliantra; -our $VERSION = '1.24'; +our $VERSION = '1.25'; use common::sense; @@ -153,7 +153,7 @@ all => MOVE_ALL, ); -our @MOVE_TYPE = qw(all ship boat swim flying fly_high fly_low walk); +our @MOVE_TYPE = qw(all walk flying fly_low fly_high swim boat ship); { package Deliantra::MoveType;