Update wilderness coordinates to the ones used by Jagex.

This commit is contained in:
Major-
2015-02-25 16:33:20 +00:00
parent b95c48b2e3
commit 496de2b7f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ end
# Defines the pvp area action.
area_action :pvp do
on_entry { |player| player.in_pvp = true }
on_exit { |player| player.in_pvp = true }
on_exit { |player| player.in_pvp = false }
end
# Defines the wilderness area action.