Core/Players: Changed flight masters to suppress positive transforms/shapeshifts instead of preventing starting flight

This commit is contained in:
hondacrx
2018-07-25 12:17:32 -04:00
parent d42dba9ac1
commit 75619e833f
5 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ namespace Game
// change druid form appearance
if (artifactAppearance.OverrideShapeshiftDisplayID != 0 && artifactAppearance.OverrideShapeshiftFormID != 0 && _player.GetShapeshiftForm() == (ShapeShiftForm)artifactAppearance.OverrideShapeshiftFormID)
_player.RestoreDisplayId();
_player.RestoreDisplayId(_player.IsMounted());
}
}