This commit is contained in:
Light2
2014-04-13 00:19:47 +02:00
parent 4ae9f292be
commit 5510ace39a
3 changed files with 11 additions and 9 deletions
@@ -375,7 +375,8 @@ public class TangibleObject extends SWGObject {
return getPvPBitmask() == 1 || getPvPBitmask() == 2;
}
} else if(attacker.getSlottedObject("ghost") == null)
return true;
return getPvPBitmask() == 1 || getPvPBitmask() == 2;
}