#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 )
|
||||
{
|
||||
Stackable = true;
|
||||
Weight = 1.0;
|
||||
Weight = 0.25;
|
||||
Amount = amount;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue