ModernUO/Projects/UOContent/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs
2021-08-21 13:03:05 -07:00

11 lines
212 B
C#

namespace Server.Items
{
[Serializable(0, false)]
public partial class ArtifactLargeVase : Item
{
[Constructible]
public ArtifactLargeVase() : base(0x0B47)
{
}
}
}