package org.reunionemu.jreunion.game.npc; import org.reunionemu.jreunion.game.NpcType; /** * @author Aidamina * @license http://reunion.googlecode.com/svn/trunk/license.txt */ public class StatsRedistributor extends NpcType { public StatsRedistributor(int id) { super(id); //loadFromReference(id); } }