forked from MagicBane/Server
healer archmage fix and saetor ranger fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user