We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c583a41 commit 26f6926Copy full SHA for 26f6926
src/main/java/io/github/moulberry/repo/constants/PetLevelingBehaviourOverride.java
@@ -50,6 +50,7 @@ public class PetLevelingBehaviourOverride {
50
*/
51
@Nullable
52
public PetExpModifierType getPetExpCostModifierType() {
53
+ if (rawLevelOverrideType == null) return null;
54
if (rawLevelOverrideType == 1) return PetExpModifierType.APPEND;
55
if (rawLevelOverrideType == 2) return PetExpModifierType.REPLACE;
56
return null;
0 commit comments