Merge pull request #16652 from Lopfest/phase

[6.x] Core/Phase: fixed phase update on area change
This commit is contained in:
Shauren
2016-03-16 23:16:20 +01:00
@@ -6894,6 +6894,7 @@ void Player::UpdateArea(uint32 newArea)
UpdatePvPState(true);
UpdateAreaDependentAuras(newArea);
UpdateAreaPhase();
// previously this was in UpdateZone (but after UpdateArea) so nothing will break
pvpInfo.IsInNoPvPArea = false;