saetor can now take "Chaos Boon"
This commit is contained in:
@@ -147,8 +147,8 @@ public class MerchantMsgHandler extends AbstractClientMsgHandler {
|
||||
Building shrineBuilding;
|
||||
Shrine shrine;
|
||||
|
||||
if (npc.getGuild().getNation() != player.getGuild().getNation())
|
||||
return;
|
||||
//if (npc.getGuild().getNation() != player.getGuild().getNation())
|
||||
// return;
|
||||
|
||||
shrineBuilding = npc.getBuilding();
|
||||
|
||||
@@ -191,6 +191,9 @@ public class MerchantMsgHandler extends AbstractClientMsgHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
if(shrinePower.getName().equals("Boon: Nephilim"))
|
||||
shrinePower.name = "Boon: Chaos";
|
||||
|
||||
int trains = 5 * npc.getRank() + 5;//40 - (rank * 10);
|
||||
if (trains < 0)
|
||||
trains = 0;
|
||||
|
||||
Reference in New Issue
Block a user