Moved IdFactoryType to commons.
This commit is contained in:
@@ -36,10 +36,10 @@ import java.util.Map;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.l2jmobius.commons.enums.IdFactoryType;
|
||||
import org.l2jmobius.commons.util.ClassMasterSettings;
|
||||
import org.l2jmobius.commons.util.L2Properties;
|
||||
import org.l2jmobius.commons.util.StringUtil;
|
||||
import org.l2jmobius.gameserver.enums.IdFactoryType;
|
||||
import org.l2jmobius.gameserver.model.entity.olympiad.OlympiadPeriod;
|
||||
import org.l2jmobius.gameserver.util.FloodProtectorConfig;
|
||||
import org.l2jmobius.loginserver.LoginController;
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.l2jmobius.gameserver.enums;
|
||||
package org.l2jmobius.commons.enums;
|
||||
|
||||
/**
|
||||
* @author Mobius
|
Reference in New Issue
Block a user