Transform sharing fix.
Contributed by Sahar.
This commit is contained in:
@@ -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())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user