1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 08:52:51 +00:00

Updated SQL files

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-20 23:09:35 -03:00
parent 9b4fe02ee4
commit 33b05c33cf
12 changed files with 159 additions and 26 deletions

View File

@@ -22,7 +22,6 @@ import com.l2jserver.service.AbstractService;
import com.l2jserver.service.AbstractService.Depends;
import com.l2jserver.service.ServiceStartException;
import com.l2jserver.service.ServiceStopException;
import com.l2jserver.service.game.CharacterService;
import com.l2jserver.service.game.template.TemplateService;
import com.l2jserver.service.game.world.WorldService;
import com.l2jserver.service.game.world.event.WorldEventDispatcher;
@@ -31,7 +30,7 @@ import com.l2jserver.service.threading.ThreadService;
import com.l2jserver.util.dimensional.Coordinate;
/**
* Default implementation for {@link CharacterService}.
* Default implementation for {@link AIService}.
*
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/