Enable Grobu's fur drop for New Cloak quest.

This commit is contained in:
athena 2013-02-11 07:34:22 +00:00
parent 26a8efb0ed
commit 0552b7f129

View file

@ -49,15 +49,13 @@ namespace Server.Mobiles
AddLoot( LootPack.FilthyRich, 2 );
}
/*
// TODO: uncomment once added
public override void OnDeath( Container c )
{
base.OnDeath( c );
c.DropItem( new GrobusFur() );
}
*/
public override bool GivesMLMinorArtifact{ get{ return true; } }