|
|
|
@ -306,7 +306,7 @@ public class ApplyRuneMsg extends ClientNetMsg {
@@ -306,7 +306,7 @@ public class ApplyRuneMsg extends ClientNetMsg {
|
|
|
|
|
} |
|
|
|
|
//if discipline, check number applied
|
|
|
|
|
if (isDiscipline(runeID)) { |
|
|
|
|
if(playerCharacter.getLevel() == 80) |
|
|
|
|
//if(playerCharacter.getLevel() == 80)
|
|
|
|
|
discCount -= 1; // level 80 characters get an extra disc rune
|
|
|
|
|
if (playerCharacter.getLevel() < 70) { |
|
|
|
|
if (discCount > 2) { |
|
|
|
|