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