sage on TOL

This commit is contained in:
2024-09-09 20:26:04 -05:00
parent 84841edda9
commit a426b773d3
+3
View File
@@ -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");