disc rune changes for prospector and black mask

This commit is contained in:
2024-04-15 21:04:32 -05:00
parent 52c3f563a2
commit 60ba6d5b28
@@ -90,6 +90,9 @@ public class ApplyRuneMsg extends ClientNetMsg {
break;
}
}
if(runeID == 3040)
valid = true;
if (!valid) {
return false;
}
@@ -106,6 +109,10 @@ public class ApplyRuneMsg extends ClientNetMsg {
break;
}
}
if(runeID == 3040)
valid = true;
if (!valid) {
return false;
}
@@ -122,6 +129,13 @@ public class ApplyRuneMsg extends ClientNetMsg {
break;
}
}
if(runeID == 3040)
valid = true;
if(runeID == 3004 && (playerCharacter.getPromotionClassID() == 2505 || playerCharacter.getPromotionClassID() == 2510))
valid = true;
if (!valid) {
return false;
}