Browse Source

bane commander dialog reset options

lakebane2
FatBoy-DOTC 2 weeks ago
parent
commit
df7a106237
  1. 2
      src/engine/objects/Contract.java

2
src/engine/objects/Contract.java

@ -211,7 +211,7 @@ public class Contract extends AbstractGameObject {
int treesInNation = 0; int treesInNation = 0;
if(building != null) if(building != null)
{ {
City city = ZoneManager.getCityAtLocation(npc.loc); City city = ZoneManager.getCityAtLocation(building.loc);
if(city != null){ if(city != null){
bane = city.getBane(); bane = city.getBane();
if(!city.getGuild().equals(pc.guild)) if(!city.getGuild().equals(pc.guild))

Loading…
Cancel
Save