View Single Post
Old 06-04-2004, 01:16 AM   #7 (permalink)
David
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

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
      }
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote