agility: update prif last obstacle exp

This commit is contained in:
Alexsuperfly
2019-08-08 16:35:50 -04:00
committed by Adam
parent ac23301c6b
commit 896e2eaeca

View File

@@ -46,7 +46,7 @@ enum Courses
SEERS(570.0, 435, 10806),
POLLNIVNEACH(890.0, 540, 13358),
RELLEKA(780.0, 475, 10553),
PRIFDDINAS(1199.0, 968, 12895),
PRIFDDINAS(1199.0, 1037, 12895),
ARDOUGNE(793.0, 529, 10547);
private final static Map<Integer, Courses> coursesByRegion;