healer archmage fix and saetor ranger fix

This commit is contained in:
2024-05-02 20:50:41 -05:00
parent c7604d0f2c
commit 3312ea292f
2 changed files with 13 additions and 0 deletions
@@ -93,6 +93,9 @@ public class ApplyRuneMsg extends ClientNetMsg {
if(runeID == 3040)
valid = true;
if(runeID == 2514 && raceID == 1999)
valid = true;
if(runeID == 3036 && raceID == 1999)
valid = true;
@@ -125,6 +128,9 @@ public class ApplyRuneMsg extends ClientNetMsg {
if(runeID == 3033 && raceID == 1999)
valid = true;
if(runeID == 3035 && baseClassID == 2501)
valid = true;
if (!valid) {
return false;
}