Jump to content
  • 0

{HELP}TRADE BUG FIX


Question

2 answers to this question

Recommended Posts

  • 0
Posted

oriste file

 

+++ b/TrunK/L2jGracia/java/net/sf/l2j/gameserver/clientpackets/RequestRestart.java
@@ -70,4 +70,15 @@
             return;
         }
+
+        if (player.isCastingNow()) 
+        { 
+            player.abortCast();
+        }
+
+        if (player.isTeleporting())
+        {
+                player.sendMessage("You cant logout while teleporting.");
+                return;
+        }

         player.getInventory().updateDatabase();

 

 

 

ama den sou kanei ayto sou edwsa poio pano des kai ayto Here

Guest
This topic is now closed to further replies.


×
×
  • Create New...