Server.Items.Goblet.ComputeItemID C# (CSharp) Method

ComputeItemID() public method

public ComputeItemID ( ) : int
return int
		public override int ComputeItemID()
		{
			if( ItemID == 0x99A || ItemID == 0x9B3 || ItemID == 0x9BF || ItemID == 0x9CB )
				return ItemID;

			return 0x99A;
		}