1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 17:02:53 +00:00

DAO abstractions and updated 'npc' sql file

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-23 12:51:52 -03:00
parent 66d5fee187
commit 1909bb06cc
41 changed files with 42265 additions and 41874 deletions

View File

@@ -41,6 +41,6 @@ public final class CharacterID extends ActorID<L2Character> {
@Override
public L2Character getObject() {
return characterDao.load(this);
return characterDao.select(this);
}
}