2
0
Эх сурвалжийг харах

Additional heading, thanks janiii.

_DS_ 16 жил өмнө
parent
commit
65fb386976

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/model/actor/L2Character.java

@@ -675,7 +675,7 @@ public abstract class L2Character extends L2Object
 			y = newCoords[1];
 			z = newCoords[2];
 		}
-		teleToLocation(x, y, z, 0, allowRandomOffset);
+		teleToLocation(x, y, z, getHeading(), allowRandomOffset);
 	}
 
 	public void teleToLocation(TeleportWhereType teleportWhere) { teleToLocation(MapRegionTable.getInstance().getTeleToLocation(this, teleportWhere), true); }