Skip to content

Commit

Permalink
feat(Core/Players): do not update position data on character creation
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelligentQuantum committed Mar 6, 2022
1 parent 461c37d commit 029b79e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/game/Entities/Player/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 029b79e

Please sign in to comment.