|
@@ -167,7 +167,7 @@ public class L2Spawn
|
|
|
implementationName = "L2SymbolMaker";
|
|
|
|
|
|
// Create the generic constructor of L2NpcInstance managed by this L2Spawn
|
|
|
- Class<?>[] parameters = {int.class, Class.forName("net.sf.l2j.gameserver.templates.L2NpcTemplate")};
|
|
|
+ Class<?>[] parameters = {int.class, Class.forName("net.sf.l2j.gameserver.templates.chars.L2NpcTemplate")};
|
|
|
_constructor = Class.forName("net.sf.l2j.gameserver.model.actor.instance." + implementationName + "Instance").getConstructor(parameters);
|
|
|
}
|
|
|
|