mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-26 21:02:46 +00:00
Event dispatcher changes and packet implementations
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -41,7 +41,7 @@ public class CharacterTemplateConverter {
|
||||
private static String template;
|
||||
|
||||
private static Map<CharacterClass, String> parents = CollectionFactory
|
||||
.newMap(CharacterClass.class, String.class);
|
||||
.newMap();
|
||||
|
||||
public static void main(String[] args) throws SQLException, IOException,
|
||||
ClassNotFoundException {
|
||||
|
||||
Reference in New Issue
Block a user