Core/DataStores: Updated db2 structures to 9.0.2

* Includes support for new character customization
This commit is contained in:
Shauren
2020-12-01 21:08:06 +01:00
parent 426cb31676
commit b82a3a557a
80 changed files with 15390 additions and 3318 deletions

View File

@@ -535,7 +535,7 @@ void Guild::Member::SetStats(Player* player)
m_name = player->GetName();
m_level = player->getLevel();
m_class = player->getClass();
_gender = player->m_playerData->NativeSex;
_gender = player->GetNativeSex();
m_zoneId = player->GetZoneId();
m_accountId = player->GetSession()->GetAccountId();
m_achievementPoints = player->GetAchievementPoints();