diff --git a/data/plugins/areas/wilderness.rb b/data/plugins/areas/wilderness.rb index 27fcbd54..746c5e4f 100644 --- a/data/plugins/areas/wilderness.rb +++ b/data/plugins/areas/wilderness.rb @@ -49,4 +49,4 @@ area_action :wilderness_level do end -area :name => :wilderness, :coordinates => MIN_X, MIN_Y, MAX_X, MAX_Y, 0, => :actions => :wilderness_level \ No newline at end of file +area :name => :wilderness, :coordinates => [ MIN_X, MIN_Y, MAX_X, MAX_Y, 0 ], :actions => :wilderness_level \ No newline at end of file