mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Corrected Sumona teleport on slayer ring
Improved authenticity of slayer ring teleport locations
This commit is contained in:
parent
9830863a09
commit
9145fd038c
1 changed files with 3 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ enum class EnchantedJewellery(
|
|||
"Nowhere. Give me a slayer update."
|
||||
),
|
||||
arrayOf(
|
||||
Location.create(3313, 2960, 0),
|
||||
Location.create(3429, 3533, 0),
|
||||
Location.create(2793, 3615, 0),
|
||||
Location.create(3361, 2994, 0),
|
||||
Location.create(3428, 3535, 0),
|
||||
Location.create(2792, 3615, 0),
|
||||
),
|
||||
true,
|
||||
Items.RING_OF_SLAYING8_13281,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue