Adosi Biran doesn't forcegreet the player

Type: 

Bug

Severity: 

Normal

Game version: 

Morrowind

Concerns: 

TR_Mainland

Related Release File: 

Found in Version: 

Status: 

Fixed for Version: 

Description: 

To fix the bug, these two lines in TR_m3_NPC_AdosiBiran script:

if ( player->GetPos z > 100 )
if ( player->GetPos z < 400 )

should be changed to:

if ( player->GetPos z > -100 )
if ( player->GetPos z < 200 )

Comments