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