Skip to content
Snippets Groups Projects
Commit dbf3d118 authored by MELERIX's avatar MELERIX
Browse files

BETA: Fixed a issue where Servitors still continue casting skills when got erased.

Reported by: karlitos, facheme.
Tested by: facheme.
parent 27e37669
No related branches found
No related tags found
No related merge requests found
...@@ -325,6 +325,8 @@ public class Disablers implements ISkillHandler ...@@ -325,6 +325,8 @@ public class Disablers implements ISkillHandler
{ {
summon.stopAllEffectsExceptThoseThatLastThroughDeath(); summon.stopAllEffectsExceptThoseThatLastThroughDeath();
} }
summon.abortAttack();
summon.abortCast();
summon.unSummon(summonOwner); summon.unSummon(summonOwner);
summonOwner.sendPacket(SystemMessageId.YOUR_SERVITOR_HAS_VANISHED); summonOwner.sendPacket(SystemMessageId.YOUR_SERVITOR_HAS_VANISHED);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment