Removed different client-server ground target type log.
Contributed by Sahar.
This commit is contained in:
-1
@@ -8535,7 +8535,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8542,7 +8542,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8544,7 +8544,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8538,7 +8538,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8524,7 +8524,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8524,7 +8524,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8525,7 +8525,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8433,7 +8433,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -11364,7 +11364,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((sklTargetType == SkillTargetType.TARGET_GROUND) && (getCurrentSkillWorldPosition() == null))
|
if ((sklTargetType == SkillTargetType.TARGET_GROUND) && (getCurrentSkillWorldPosition() == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8661,7 +8661,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((sklTargetType == TargetType.GROUND) && (_currentSkillWorldPosition == null))
|
if ((sklTargetType == TargetType.GROUND) && (_currentSkillWorldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8480,7 +8480,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8481,7 +8481,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8466,7 +8466,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8493,7 +8493,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8493,7 +8493,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -8387,7 +8387,6 @@ public class PlayerInstance extends Playable
|
|||||||
|
|
||||||
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
if ((skill.getTargetType() == TargetType.GROUND) && (worldPosition == null))
|
||||||
{
|
{
|
||||||
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
|
|
||||||
sendPacket(ActionFailed.STATIC_PACKET);
|
sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user