Core/DataStores: Updated db2 structures to 9.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/b82a3a557a7bf13d48342ea189325550059b622d)
This commit is contained in:
@@ -2505,7 +2505,7 @@ namespace Game.Guilds
|
||||
m_name = player.GetName();
|
||||
m_level = (byte)player.GetLevel();
|
||||
m_class = player.GetClass();
|
||||
_gender = (Gender)(byte)player.m_playerData.NativeSex;
|
||||
_gender = player.GetNativeSex();
|
||||
m_zoneId = player.GetZoneId();
|
||||
m_accountId = player.GetSession().GetAccountId();
|
||||
m_achievementPoints = player.GetAchievementPoints();
|
||||
|
||||
Reference in New Issue
Block a user