mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 01:12:52 +00:00
DAO abstractions and updated 'npc' sql file
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -40,6 +40,6 @@ public final class PetID extends ActorID<Pet> {
|
||||
|
||||
@Override
|
||||
public Pet getObject() {
|
||||
return petDao.load(this);
|
||||
return petDao.select(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user