|
@@ -26,7 +26,7 @@ import com.l2jserver.gameserver.datatables.DoorTable;
|
|
|
import com.l2jserver.gameserver.datatables.ItemTable;
|
|
|
import com.l2jserver.gameserver.datatables.MultiSell;
|
|
|
import com.l2jserver.gameserver.datatables.NpcTable;
|
|
|
-import com.l2jserver.gameserver.datatables.NpcWalkerRoutesTable;
|
|
|
+import com.l2jserver.gameserver.datatables.NpcWalkerRoutesData;
|
|
|
import com.l2jserver.gameserver.datatables.SkillTable;
|
|
|
import com.l2jserver.gameserver.datatables.SpawnTable;
|
|
|
import com.l2jserver.gameserver.datatables.TeleportLocationTable;
|
|
@@ -287,7 +287,7 @@ public class AdminAdmin implements IAdminCommandHandler
|
|
|
}
|
|
|
else if (type.startsWith("npcwalkers"))
|
|
|
{
|
|
|
- NpcWalkerRoutesTable.getInstance().load();
|
|
|
+ NpcWalkerRoutesData.getInstance().load();
|
|
|
activeChar.sendMessage("NPC Walker Routes have been reloaded");
|
|
|
}
|
|
|
else if (type.startsWith("access"))
|