reverted commit 81
fixed updatetotal on held items
This commit is contained in:
parent
87966abb3f
commit
b2ab540a59
2 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace Server.Items
|
|||
maxWeight = ((Container)Parent).MaxWeight;
|
||||
|
||||
if ( maxWeight > 0 )
|
||||
maxWeight = Math.Min( maxWeight, DefaultMaxWeight );
|
||||
maxWeight = Math.Max( maxWeight, DefaultMaxWeight );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue