Fixed issue preventing some dragonstone jewellery teleports working at level 30 wilderness

This commit is contained in:
Player Name
2024-01-29 09:48:28 +00:00
committed by Ryan
parent 9a5f1e85e2
commit 2255238554
2 changed files with 38 additions and 7 deletions
@@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test
class ZoneMonitorTests {
val GLORIES = intArrayOf(1710, 1708, 1706, 1712)
val GLORIES = intArrayOf(1710, 1708, 1706, 1704)
init {
TestUtils.preTestSetup()
@@ -91,4 +91,4 @@ class ZoneMonitorTests {
}
}
}