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
fix: https://www.tamriel
fix:
https://www.tamriel-rebuilt.org/asset/various-bugtracker-fixes-0