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...