Add missing Weiss agility obstacles (#5785)
Fixes https://github.com/runelite/runelite/issues/5783
This commit is contained in:
committed by
Tomas Slusny
parent
2adb760f02
commit
b7fd7a06c9
@@ -215,7 +215,7 @@ class Obstacles
|
|||||||
// Tree Gnome Village
|
// Tree Gnome Village
|
||||||
LOOSE_RAILING_2186,
|
LOOSE_RAILING_2186,
|
||||||
// Weiss
|
// Weiss
|
||||||
LITTLE_BOULDER
|
LITTLE_BOULDER, ROCKSLIDE_33184, ROCKSLIDE_33185, NULL_33327, NULL_33328
|
||||||
);
|
);
|
||||||
|
|
||||||
static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
||||||
|
|||||||
Reference in New Issue
Block a user