mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
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:
@@ -5,7 +5,7 @@ class CfgLoot
|
||||
class Groups
|
||||
{
|
||||
//Not renamed yet
|
||||
#define DZ_BP_VestPouch DZ_Czech_Vest_Puch
|
||||
#define DZ_BP_VestPouch DZ_Czech_Vest_Pouch
|
||||
#define DZ_BP_Patrol DZ_Patrol_Pack_EP1
|
||||
#define DZ_BP_Assault DZ_Assault_Pack_EP1
|
||||
#define DZ_BP_Survival DZ_TK_Assault_Pack_EP1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Category_538 {
|
||||
class DZ_Czech_Vest_Puch {
|
||||
class DZ_Czech_Vest_Pouch {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
|
||||
@@ -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';";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user