1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-03-13 06:08:15 +00:00

Implements configuration for WorldEventDispatcherService

This commit is contained in:
2011-12-29 02:44:41 -02:00
parent f2cf139d34
commit 209f3d0922
19 changed files with 144 additions and 92 deletions

View File

@@ -21,7 +21,7 @@ import com.l2jserver.game.ai.desires.Desire;
import com.l2jserver.game.ai.desires.DesireQueue;
import com.l2jserver.model.world.Actor;
import com.l2jserver.service.game.world.WorldService;
import com.l2jserver.service.game.world.event.WorldEventDispatcher;
import com.l2jserver.service.game.world.event.WorldEventDispatcherService;
/**
* @author <a href="http://www.rogiel.com">Rogiel</a>
@@ -42,7 +42,7 @@ public abstract class AI<T extends Actor> {
* The {@link WorldService} event dispatcher
*/
@Inject
protected WorldEventDispatcher eventDispatcher;
protected WorldEventDispatcherService eventDispatcher;
/**
* Creates a new AI