No longer be able to heal duel opponent

This commit is contained in:
Treeku
2014-03-16 00:13:38 +00:00
parent d008f3fa37
commit 3152ab021c
+4
View File
@@ -855,6 +855,10 @@ public class CombatService implements INetworkDispatch {
if(healer == target)
return true;
if (areInDuel(healer, target)) {
return false;
}
if(healer.getFaction().equals(target.getFaction())) {
if(healer.getFactionStatus() < target.getFactionStatus())