1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-16 03:52:50 +00:00

Refactored Filters

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-16 15:08:30 -03:00
parent 242616d384
commit df36f9bb32
38 changed files with 322 additions and 80 deletions

View File

@@ -17,7 +17,7 @@
package com.l2jserver.model.world.clan;
import com.l2jserver.model.world.Clan;
import com.l2jserver.model.world.event.WorldEvent;
import com.l2jserver.service.game.world.event.WorldEvent;
/**
* Base event for {@link Clan} objects

View File

@@ -16,7 +16,7 @@
*/
package com.l2jserver.model.world.clan;
import com.l2jserver.model.world.event.WorldListener;
import com.l2jserver.service.game.world.event.WorldListener;
/**
* Base listener for {@link ClanEvent}