Leave skip thinking totally empty.

This commit is contained in:
MobiusDevelopment 2019-11-06 00:30:42 +00:00
parent a263eb5641
commit 8a0b493726
2 changed files with 0 additions and 2 deletions

View File

@ -14120,7 +14120,6 @@ public class PlayerInstance extends Playable
// Skip thinking. // Skip thinking.
if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead()) if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead())
{ {
sendPacket(ExAutoPlayDoMacro.STATIC_PACKET);
return; return;
} }

View File

@ -14047,7 +14047,6 @@ public class PlayerInstance extends Playable
// Skip thinking. // Skip thinking.
if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead()) if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead())
{ {
sendPacket(ExAutoPlayDoMacro.STATIC_PACKET);
return; return;
} }