#WW# Changed thread weight.
This commit is contained in:
parent
d07e5931a8
commit
d955034da3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace Server.Items
|
||||||
public BaseClothMaterial( int itemID, int amount ) : base( itemID )
|
public BaseClothMaterial( int itemID, int amount ) : base( itemID )
|
||||||
{
|
{
|
||||||
Stackable = true;
|
Stackable = true;
|
||||||
Weight = 1.0;
|
Weight = 0.25;
|
||||||
Amount = amount;
|
Amount = amount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue