Fixed inability to dispel some skills.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment 2021-07-08 16:21:12 +00:00
parent 28585f740d
commit 01bad9e889
21 changed files with 21 additions and 21 deletions

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }

View File

@ -62,7 +62,7 @@ public class RequestDispel implements IClientIncomingPacket
{ {
return; return;
} }
if (!skill.canBeDispelled() || skill.isStayAfterDeath() || skill.isDebuff()) if (!skill.canBeDispelled() || skill.isDebuff())
{ {
return; return;
} }