mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Use square brackets for arrays in wilderness plugin.
This commit is contained in:
@@ -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
|
||||
area :name => :wilderness, :coordinates => [ MIN_X, MIN_Y, MAX_X, MAX_Y, 0 ], :actions => :wilderness_level
|
||||
Reference in New Issue
Block a user