mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added periods to the EnchantedJewellery destinations
This commit is contained in:
parent
2f74cdaff8
commit
45bedcf1cb
1 changed files with 14 additions and 14 deletions
|
|
@ -70,10 +70,10 @@ enum class EnchantedJewellery(
|
|||
),
|
||||
AMULET_OF_GLORY(
|
||||
arrayOf(
|
||||
"Edgeville",
|
||||
"Karamja",
|
||||
"Draynor Village",
|
||||
"Al-Kharid",
|
||||
"Edgeville.",
|
||||
"Karamja.",
|
||||
"Draynor Village.",
|
||||
"Al-Kharid.",
|
||||
"Nowhere."
|
||||
),
|
||||
arrayOf(
|
||||
|
|
@ -103,7 +103,7 @@ enum class EnchantedJewellery(
|
|||
"Barbarian Outpost.",
|
||||
"Clan Wars.",
|
||||
"Wilderness Volcano.",
|
||||
"Corporeal Beast"
|
||||
"Corporeal Beast."
|
||||
),
|
||||
arrayOf(
|
||||
Location.create(2899, 3563, 0),
|
||||
|
|
@ -135,10 +135,10 @@ enum class EnchantedJewellery(
|
|||
),
|
||||
COMBAT_BRACELET(
|
||||
arrayOf(
|
||||
"Champions' Guild",
|
||||
"Monastery",
|
||||
"Ranging Guild",
|
||||
"Warriors' Guild",
|
||||
"Champions' Guild.",
|
||||
"Monastery.",
|
||||
"Ranging Guild.",
|
||||
"Warriors' Guild.",
|
||||
"Nowhere."
|
||||
),
|
||||
arrayOf(
|
||||
|
|
@ -155,10 +155,10 @@ enum class EnchantedJewellery(
|
|||
),
|
||||
SKILLS_NECKLACE(
|
||||
arrayOf(
|
||||
"Fishing Guild",
|
||||
"Mining Guild",
|
||||
"Crafting Guild",
|
||||
"Cooking Guild",
|
||||
"Fishing Guild.",
|
||||
"Mining Guild.",
|
||||
"Crafting Guild.",
|
||||
"Cooking Guild.",
|
||||
"Nowhere."
|
||||
),
|
||||
arrayOf(
|
||||
|
|
@ -175,7 +175,7 @@ enum class EnchantedJewellery(
|
|||
),
|
||||
RING_OF_WEALTH(
|
||||
arrayOf(
|
||||
"Grand Exchange",
|
||||
"Grand Exchange.",
|
||||
"Nowhere."
|
||||
),
|
||||
arrayOf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue