Fixing skill function and effect construction.
This commit is contained in:
parent
43e70eac9a
commit
d72df382fb
@ -67,7 +67,7 @@ public class EffectTemplate
|
||||
|
||||
try
|
||||
{
|
||||
_func = Class.forName("org.l2jmobius.gameserver.skills.effects.Effect" + func);
|
||||
_func = Class.forName("org.l2jmobius.gameserver.model.skills.effects.Effect" + func);
|
||||
}
|
||||
catch (ClassNotFoundException e)
|
||||
{
|
||||
|
@ -45,7 +45,7 @@ public class FuncTemplate
|
||||
lambda = pLambda;
|
||||
try
|
||||
{
|
||||
func = Class.forName("org.l2jmobius.gameserver.skills.funcs.Func" + pFunc);
|
||||
func = Class.forName("org.l2jmobius.gameserver.model.skills.funcs.Func" + pFunc);
|
||||
}
|
||||
catch (ClassNotFoundException e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user