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