Prohibit applying transformation skill effects on summons.
Contributed by nasseka.
This commit is contained in:
@ -971,7 +971,7 @@ public class Skill implements IIdentifiable
|
||||
*/
|
||||
public boolean isTransformation()
|
||||
{
|
||||
return _abnormalType == AbnormalType.TRANSFORM;
|
||||
return (_abnormalType == AbnormalType.TRANSFORM) || (_abnormalType == AbnormalType.CHANGEBODY);
|
||||
}
|
||||
|
||||
public int getEffectPoint()
|
||||
|
Reference in New Issue
Block a user