Fixed a exception when selecting new exiles reach starting zone, would never remove the person from the transport. Also fixes crash when selecting first quest for alliance.
This commit is contained in:
@@ -692,9 +692,6 @@ namespace Game.Entities
|
||||
DuelComplete(DuelCompleteType.Interrupted);
|
||||
|
||||
base.CleanupsBeforeDelete(finalCleanup);
|
||||
|
||||
if (GetTransport() != null)
|
||||
GetTransport().RemovePassenger(this);
|
||||
}
|
||||
|
||||
public override void AddToWorld()
|
||||
|
||||
Reference in New Issue
Block a user