mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Players: fixed creating default talent groups on character creation
This commit is contained in:
@@ -488,6 +488,9 @@ bool Player::Create(ObjectGuid::LowType guidlow, WorldPackets::Character::Charac
|
||||
m_Played_time[PLAYED_TIME_TOTAL] = 0;
|
||||
m_Played_time[PLAYED_TIME_LEVEL] = 0;
|
||||
|
||||
// Create the default talent group for all new characters
|
||||
_talentGroups.emplace_back();
|
||||
|
||||
// base stats and related field values
|
||||
InitStatsForLevel();
|
||||
InitTaxiNodesForLevel();
|
||||
|
||||
Reference in New Issue
Block a user