11 lines
212 B
C#
11 lines
212 B
C#
namespace Server.Items
|
|
{
|
|
[Serializable(0, false)]
|
|
public partial class ArtifactLargeVase : Item
|
|
{
|
|
[Constructible]
|
|
public ArtifactLargeVase() : base(0x0B47)
|
|
{
|
|
}
|
|
}
|
|
}
|