fix(Core): Ghost property fix (#5033)
This commit is contained in:
parent
0528e0b485
commit
94273da084
1 changed files with 2 additions and 0 deletions
|
|
@ -5311,6 +5311,8 @@ void Player::ResurrectPlayer(float restore_percent, bool applySickness)
|
|||
SetMovement(MOVE_LAND_WALK);
|
||||
SetMovement(MOVE_UNROOT);
|
||||
|
||||
SetWaterWalking(false);
|
||||
|
||||
m_deathTimer = 0;
|
||||
|
||||
// set health/powers (0- will be set in caller)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue