mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Decouples NPCService and NPCController from Lineage2Client class
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template:npc
|
||||
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
|
||||
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
|
||||
id="16028" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
|
||||
Reference in New Issue
Block a user