Jump to content

Recommended Posts

Posted
Index: java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java

===================================================================

--- java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java (revision 1793)

+++ java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java (working copy)

@@ -78,8 +78,7 @@

            return false;

        }

 

-        SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);

-        sm.addString("After " + unstuckTimer/60000 + " min. you be returned to near village.");

+        activeChar.sendMessage("After " + unstuckTimer/60000 + " min. you be returned to near village.");

 

        activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);

        //SoE Animation section

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock