Quote:
|
Originally Posted by Aramis1971
Just move an item in the pack and it return to 0 when server restart and your ok !
|
Not tested, but I think this would fix the server restart issue.
Code:
public BaseBagofHolding( Serial serial ) : base( serial )
{
TotalWeight = 0; // added
}