Sync with L2jServer HighFive Mar 25th 2015.

This commit is contained in:
MobiusDev
2015-03-25 06:48:51 +00:00
parent e0c66b1412
commit 82606870c0
194 changed files with 2619 additions and 2869 deletions

View File

@@ -1488,8 +1488,9 @@ public final class Skill implements IIdentifiable
}
default:
{
for (L2Character target : (L2Character[]) targets)
for (L2Object obj : targets)
{
final L2Character target = (L2Character) obj;
if (Formulas.calcBuffDebuffReflection(target, this))
{
// if skill is reflected instant effects should be casted on target