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