1
0
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:
2011-05-23 01:23:41 -03:00
parent ebc7947473
commit 66d5fee187
9119 changed files with 664622 additions and 410 deletions

View File

@@ -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());
}
}