mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 00:38:46 +00:00
Update wilderness coordinates to the ones used by Jagex.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user