diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/data/sql/impl/ClanTable.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/data/sql/impl/ClanTable.java index d0aac12f5f..22dce7a07d 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/data/sql/impl/ClanTable.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/data/sql/impl/ClanTable.java @@ -31,7 +31,6 @@ import java.util.logging.Logger; import com.l2jmobius.Config; import com.l2jmobius.commons.concurrent.ThreadPool; import com.l2jmobius.commons.database.DatabaseFactory; -import com.l2jmobius.commons.util.EnumIntBitmask; import com.l2jmobius.gameserver.communitybbs.Manager.ForumsBBSManager; import com.l2jmobius.gameserver.idfactory.IdFactory; import com.l2jmobius.gameserver.instancemanager.CHSiegeManager; @@ -60,6 +59,7 @@ import com.l2jmobius.gameserver.network.serverpackets.PledgeShowMemberListAll; import com.l2jmobius.gameserver.network.serverpackets.PledgeShowMemberListUpdate; import com.l2jmobius.gameserver.network.serverpackets.SystemMessage; import com.l2jmobius.gameserver.network.serverpackets.UserInfo; +import com.l2jmobius.gameserver.util.EnumIntBitmask; import com.l2jmobius.gameserver.util.Util; /** diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/L2Clan.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/L2Clan.java index 8e349e777f..b9adaf784a 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/L2Clan.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/L2Clan.java @@ -35,7 +35,6 @@ import java.util.logging.Logger; import com.l2jmobius.Config; import com.l2jmobius.commons.database.DatabaseFactory; -import com.l2jmobius.commons.util.EnumIntBitmask; import com.l2jmobius.gameserver.communitybbs.BB.Forum; import com.l2jmobius.gameserver.communitybbs.Manager.ForumsBBSManager; import com.l2jmobius.gameserver.data.sql.impl.CharNameTable; @@ -76,6 +75,7 @@ import com.l2jmobius.gameserver.network.serverpackets.PledgeSkillListAdd; import com.l2jmobius.gameserver.network.serverpackets.StatusUpdate; import com.l2jmobius.gameserver.network.serverpackets.SystemMessage; import com.l2jmobius.gameserver.network.serverpackets.UserInfo; +import com.l2jmobius.gameserver.util.EnumIntBitmask; import com.l2jmobius.gameserver.util.Util; public class L2Clan implements IIdentifiable, INamable diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 97f1b08e85..c43f480b8f 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -47,7 +47,6 @@ import java.util.logging.Level; import com.l2jmobius.Config; import com.l2jmobius.commons.concurrent.ThreadPool; import com.l2jmobius.commons.database.DatabaseFactory; -import com.l2jmobius.commons.util.EnumIntBitmask; import com.l2jmobius.commons.util.Rnd; import com.l2jmobius.gameserver.GameTimeController; import com.l2jmobius.gameserver.ItemsAutoDestroy; @@ -322,6 +321,7 @@ import com.l2jmobius.gameserver.network.serverpackets.UserInfo; import com.l2jmobius.gameserver.network.serverpackets.ValidateLocation; import com.l2jmobius.gameserver.taskmanager.AttackStanceTaskManager; import com.l2jmobius.gameserver.util.Broadcast; +import com.l2jmobius.gameserver.util.EnumIntBitmask; import com.l2jmobius.gameserver.util.FloodProtectors; import com.l2jmobius.gameserver.util.Util; diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/commons/util/EnumIntBitmask.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/util/EnumIntBitmask.java similarity index 93% rename from L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/commons/util/EnumIntBitmask.java rename to L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/util/EnumIntBitmask.java index de1ff03119..aa19dac15f 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/commons/util/EnumIntBitmask.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/util/EnumIntBitmask.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package com.l2jmobius.commons.util; +package com.l2jmobius.gameserver.util; /** * @author HorridoJoho