maintain lightpole pt3

This commit is contained in:
[VB]AWOL
2013-11-14 15:35:34 -06:00
parent 57cf759b3f
commit a81c27a6b4
3 changed files with 3 additions and 2 deletions

View File

@@ -2950,7 +2950,7 @@ class CfgVehicles {
offset[] = {0,2.5,0};
displayName = "Light Pole";
vehicleClass = "Fortifications";
maintainBuilding[] = {{"ItemPole",1}};
maintainBuilding[] = {{"ItemLightBulb",1}};
};
class WoodGate_DZ: BuiltItems
{