mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
Change-Id: If18611eb0a6296da808aead8f1da54be094db2a9
This commit is contained in:
10
src/main/java/com/l2jserver/model/world/L2Character.java
Normal file
10
src/main/java/com/l2jserver/model/world/L2Character.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.l2jserver.model.world;
|
||||
|
||||
import com.l2jserver.model.id.CharacterID;
|
||||
|
||||
public class L2Character extends Player {
|
||||
@Override
|
||||
public CharacterID getId() {
|
||||
return (CharacterID) super.getId();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user