agility: set lastObstacleXp to 0 on courses that use worldpoints

This commit is contained in:
Alexsuperfly
2020-03-05 13:34:49 -05:00
parent f6eeaf33c8
commit 5a6072de81

View File

@@ -33,8 +33,8 @@ enum Courses
{ {
GNOME(86.5, 46, 9781), GNOME(86.5, 46, 9781),
DRAYNOR(120.0, 79, 12338), DRAYNOR(120.0, 79, 12338),
AL_KHARID(180.0, 30, 13105, new WorldPoint(3299, 3194, 0)), AL_KHARID(180.0, 0, 13105, new WorldPoint(3299, 3194, 0)),
PYRAMID(722.0, 300, 13356, new WorldPoint(3364, 2830, 0)), PYRAMID(722.0, 0, 13356, new WorldPoint(3364, 2830, 0)),
VARROCK(238.0, 125, 12853), VARROCK(238.0, 125, 12853),
PENGUIN(540.0, 65, 10559), PENGUIN(540.0, 65, 10559),
BARBARIAN(139.5, 60, 10039), BARBARIAN(139.5, 60, 10039),