Leave skip thinking totally empty.
This commit is contained in:
parent
a263eb5641
commit
8a0b493726
@ -14120,7 +14120,6 @@ public class PlayerInstance extends Playable
|
||||
// Skip thinking.
|
||||
if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead())
|
||||
{
|
||||
sendPacket(ExAutoPlayDoMacro.STATIC_PACKET);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -14047,7 +14047,6 @@ public class PlayerInstance extends Playable
|
||||
// Skip thinking.
|
||||
if ((getTarget() != null) && getTarget().isMonster() && (((MonsterInstance) getTarget()).getTarget() == this) && !((MonsterInstance) getTarget()).isAlikeDead())
|
||||
{
|
||||
sendPacket(ExAutoPlayDoMacro.STATIC_PACKET);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user