diff options
Diffstat (limited to 'src/game/Player.cpp')
| -rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 2abac550ca9..83c99679b2f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -4411,6 +4411,7 @@ void Player::ResurrectPlayer(float restore_percent, bool applySickness) uint32 newzone, newarea; GetZoneAndAreaId(newzone,newarea); UpdateZone(newzone,newarea); + sOutdoorPvPMgr.HandlePlayerResurrects(this, newzone); // update visibility //ObjectAccessor::UpdateVisibilityForPlayer(this); |
