Server.Mobiles.BaseCreature.PackNecroReg C# (CSharp) Method

PackNecroReg() public method

public PackNecroReg ( ) : void
return void
        public void PackNecroReg()
        {
            if ( !Core.AOS )
                return;

            PackItem( Loot.RandomNecromancyReagent() );
        }

Same methods

BaseCreature::PackNecroReg ( int amount ) : void
BaseCreature::PackNecroReg ( int min, int max ) : void
BaseCreature