Core/Movement: Fixed transport teleports on the same map (and teleporting on transports too)

This commit is contained in:
hondacrx
2018-03-18 20:13:53 -04:00
parent 7c37ef6f69
commit 0570f2aa3b
4 changed files with 8 additions and 5 deletions
@@ -2734,7 +2734,7 @@ namespace Game.Entities
public ObjectGuid lootingGroupLowGUID; // used to find group which is looting
long m_packedRotation;
Quaternion m_worldRotation;
Position m_stationaryPosition;
public Position m_stationaryPosition { get; set; }
GameObjectAI m_AI;
ushort _animKitId;