Fixed #266 and added stealth for GM

This commit is contained in:
Waverunner
2014-03-29 20:08:21 -04:00
parent 4609a05780
commit f6bf134bad
4 changed files with 78 additions and 24 deletions
+2
View File
@@ -979,6 +979,8 @@ public class CombatService implements INetworkDispatch {
target.sendSystemMessage("@base_player:victim_dead", (byte) 0);
attacker.removeDefender(target);
target.removeDefender(attacker);
target.setSpeedMultiplierBase(0);
target.setTurnRadius(0);
if(target.getDuelList().contains(attacker)) handleEndDuel(target, attacker, false);