aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-07-06 09:56:33 +1000
committerGitHub <noreply@github.com>2023-07-06 09:56:33 +1000
commit380cb0ccf3c582f5700a54f65db74c3bb69e7d6a (patch)
tree52eae0f672cf04773c141f66e55313e9ba7fc605 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
parent3aa6d8ce069902f81a341ccb5d33fc76f7274935 (diff)
downloadnotenoughupdates-380cb0ccf3c582f5700a54f65db74c3bb69e7d6a.tar.gz
notenoughupdates-380cb0ccf3c582f5700a54f65db74c3bb69e7d6a.tar.bz2
notenoughupdates-380cb0ccf3c582f5700a54f65db74c3bb69e7d6a.zip
Add some rift stuff to PV (#749)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
index 814db2ce..1d8def80 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
@@ -757,7 +757,7 @@ public class SkyblockProfiles {
ProfileViewerUtils.getLevel(
Utils.getElement(leveling, "slayer_xp." + slayerName).getAsJsonArray(),
slayerExperience,
- 9,
+ slayerName.equals("vampire") ? 5 : 9,
true
)
);