Fixed player's skin on save reload after transformation
This commit is contained in:
parent
ef2a9fc681
commit
e61694bc00
Binary file not shown.
@ -416,7 +416,7 @@ Function _FixNotTransformedPlayerSkin()
|
||||
return
|
||||
endif
|
||||
|
||||
Actor player = GetReference() as Actor
|
||||
Actor player = Game.GetForm(0x14) as Actor
|
||||
|
||||
if player && ! player.IsOnMount() && ! player.IsSwimming()
|
||||
player.getActorBase().SetSkin(player.GetRace().GetSkin())
|
||||
|
Loading…
Reference in New Issue
Block a user