package com.aionemu.gameserver.model.items; /** * @author ATracer */ public class ItemId { public static final int KINAH = 182400001; private ItemId() { } }