Merge pull request #760 from dayz10k/master

Weight classname cleanup
This commit is contained in:
dayz10k
2013-11-22 11:31:46 -08:00

View File

@@ -580,11 +580,19 @@ class CfgWeight
{
weight = 9;
};
class Pecheneg_DZ
{
weight = 9;
};
class Huntingrifle
{
weight = 4;
};
class KSVK
class ksvk
{
weight = 12;
};
class KSVK_DZE
{
weight = 12;
};
@@ -592,7 +600,7 @@ class CfgWeight
{
weight = 6.2;
};
class SVD_CAMO
class SVD_Camo
{
weight = 6.3;
};
@@ -608,11 +616,11 @@ class CfgWeight
{
weight = 3.5;
};
class Bizon
class bizon
{
weight = 2.1;
};
class bizon_silenced
class Bizon_Silenced
{
weight = 2.3;
};
@@ -1818,4 +1826,4 @@ class CfgWeight
weight = 25;
};
};
};
};