Fix spelling mistake of classname DZ_Czech_Vest_Pouch (#1792)

* Fix spelling mistake of classname DZ_Czech_Vest_Pouch

As per subject

* Fix typo from 1.0.5.1 and rename DZ_Czech_Vest_Puch to DZ_Czech_Vest_Pouch.

As per subject

* Fix typo from 1.0.5.1 and rename DZ_Czech_Vest_Puch to DZ_Czech_Vest_Pouch.

As per

* More typo SQL goodness

As per subject
This commit is contained in:
oiad
2016-11-05 14:40:27 +13:00
committed by ebaydayz
parent 12032477d4
commit d7f35c0cf3
7 changed files with 21 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ class DZ_Assault_Pack_EP1: Bag_Base_EP1
};
};
class DZ_Czech_Vest_Puch: Bag_Base_EP1
class DZ_Czech_Vest_Pouch: Bag_Base_EP1
{
displayname = $STR_BACKPACK_NAME_VEST;
descriptionShort = $STR_BACKPACK_DESC_VEST;
@@ -65,7 +65,7 @@ class DZ_Czech_Vest_Puch: Bag_Base_EP1
transportmaxweapons = 0;
class eventHandlers
{
init="[(_this select 0),'CfgVehicles','DZ_Czech_Vest_Puch'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
init="[(_this select 0),'CfgVehicles','DZ_Czech_Vest_Pouch'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
};
};