feat(Core/Players): do not update position data on character creation

This commit is contained in:
IntelligentQuantum
2022-03-07 00:15:49 +03:30
committed by GitHub
parent 461c37da9d
commit 029b79ecce

View File

@@ -591,8 +591,6 @@ bool Player::Create(ObjectGuid::LowType guidlow, CharacterCreateInfo* createInfo
InitTalentForLevel();
InitPrimaryProfessions(); // to max set before any spell added
UpdatePositionData();
// apply original stats mods before spell loading or item equipment that call before equip _RemoveStatsMods()
UpdateMaxHealth(); // Update max Health (for add bonus from stamina)
SetFullHealth();