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

PackStatue() public method

public PackStatue ( ) : void
return void
        public void PackStatue()
        {
            PackItem( Loot.RandomStatue() );
        }

Same methods

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