sage on TOL
This commit is contained in:
@@ -92,6 +92,9 @@ public class Contract extends AbstractGameObject {
|
|||||||
case 899: //alchemist
|
case 899: //alchemist
|
||||||
this.allowedBuildings.add(Enum.BuildingGroup.TOL);
|
this.allowedBuildings.add(Enum.BuildingGroup.TOL);
|
||||||
}
|
}
|
||||||
|
if(this.getName().toLowerCase().contains("sage")){
|
||||||
|
this.allowedBuildings.add(Enum.BuildingGroup.TOL);
|
||||||
|
}
|
||||||
this.equipmentSet = rs.getInt("equipSetID");
|
this.equipmentSet = rs.getInt("equipSetID");
|
||||||
this.inventorySet = rs.getInt("inventorySet");
|
this.inventorySet = rs.getInt("inventorySet");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user