Transform sharing fix.

Contributed by Sahar.
This commit is contained in:
MobiusDev
2015-08-30 08:27:20 +00:00
parent 2433fd2e79
commit bf3583165c

View File

@@ -1400,7 +1400,7 @@ public final class Skill implements IIdentifiable
} }
// Support for buff sharing feature including healing herbs. // Support for buff sharing feature including healing herbs.
if (effected.isPlayer() && effected.hasServitors()) if (effected.isPlayer() && effected.hasServitors() && (_abnormalType != AbnormalType.TRANSFORM))
{ {
if ((addContinuousEffects && isContinuous() && !isDebuff()) || isRecoveryHerb()) if ((addContinuousEffects && isContinuous() && !isDebuff()) || isRecoveryHerb())
{ {