|
@@ -76,6 +76,7 @@ public abstract class L2GameClientPacket extends ReceivablePacket<L2GameClient>
|
|
runImpl();
|
|
runImpl();
|
|
if (this instanceof MoveBackwardToLocation
|
|
if (this instanceof MoveBackwardToLocation
|
|
|| this instanceof AttackRequest
|
|
|| this instanceof AttackRequest
|
|
|
|
+ || this instanceof RequestActionUse
|
|
|| this instanceof RequestMagicSkillUse)
|
|
|| this instanceof RequestMagicSkillUse)
|
|
// could include pickup and talk too, but less is better
|
|
// could include pickup and talk too, but less is better
|
|
{
|
|
{
|