45464748495051
* @param template the template */ public L2NpcWalkerInstance(int objectId, L2NpcTemplate template) { super(objectId, template); setAI(new L2NpcWalkerAI(new L2NpcWalkerAIAccessor())); }