Fixed inability to dispel some skills.
Contributed by nasseka.
This commit is contained in:
parent
28585f740d
commit
01bad9e889
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user