mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-12 02:02:51 +00:00
Template classes for all NPC instances
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -18,8 +18,6 @@ package com.l2jserver.service.game.template;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import script.template.item.AdenaItemTemplate;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Injector;
|
||||
import com.l2jserver.db.dao.MySQL5DAOModule;
|
||||
@@ -39,7 +37,6 @@ public class StaticTemplateServiceTest {
|
||||
@Test
|
||||
public void testAdena() throws ServiceStartException {
|
||||
service.start();
|
||||
System.out
|
||||
.println(factory.createID(AdenaItemTemplate.ID).getTemplate());
|
||||
System.out.println(factory.createID(57).getTemplate());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user