Fixed null ref in BaseFamiliar.

This commit is contained in:
eos@runuo.com 2013-06-16 02:46:19 +00:00
parent 1cfac83311
commit 621f69d6ef

View file

@ -75,6 +75,7 @@ namespace Server.Mobiles
{
DropPackContents();
EndRelease( null );
return;
}
RangeCheck();