diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/SummonPc.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/areas/CrumaTower/SummonPc.java similarity index 99% rename from L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/SummonPc.java rename to L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/areas/CrumaTower/SummonPc.java index 6305ae01c2..155acfb195 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/SummonPc.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/areas/CrumaTower/SummonPc.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 ai.others; +package ai.areas.CrumaTower; import com.l2jmobius.gameserver.model.actor.L2Attackable; import com.l2jmobius.gameserver.model.actor.L2Npc;