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