fix resource merchant elan stones pricing
This commit is contained in:
@@ -1414,7 +1414,7 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
cost = amountResource * (ib.getBaseValue());
|
||||
}else{
|
||||
amountResource = 10;
|
||||
cost = 100000; //elans
|
||||
cost = 50000; //elans
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ public class Contract extends AbstractGameObject {
|
||||
int amountResource = 1500000 / (me.getItemBase().getBaseValue());
|
||||
me.magicValue = amountResource * (me.getItemBase().getBaseValue());
|
||||
} else{
|
||||
me.magicValue = 100000;
|
||||
me.magicValue = 50000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user