forked from MagicBane/Server
assorted fixes
This commit is contained in:
@@ -977,7 +977,16 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
switch (attrID) {
|
||||
case MBServerStatics.RUNE_COST_ATTRIBUTE_ID:
|
||||
switch(rb.getName()){
|
||||
case "Born of the Ethyri":
|
||||
case "Born of the Taripontor":
|
||||
case "Born of the Gwendannen":
|
||||
case "Born of the Invorri":
|
||||
case "Born of the Irydnu":
|
||||
value = 0;
|
||||
break;
|
||||
|
||||
}
|
||||
Logger.info("Bought " + rb.getName() + " for " + value + " points. "
|
||||
+ (remainingPoints - value) + " left.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user