diff --git a/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs b/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs index abb2aed22..7b49f7605 100644 --- a/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs +++ b/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs @@ -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; } }