mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -14712,6 +14712,7 @@ void Player::_SaveCharacter(bool create, CharacterDatabaseTransaction trans)
|
||||
stmt->SetData(index++, GetByteValue(PLAYER_FIELD_BYTES, 2));
|
||||
stmt->SetData(index++, m_grantableLevels);
|
||||
stmt->SetData(index++, _innTriggerId);
|
||||
stmt->SetData(index++, m_extraBonusTalentCount);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -14851,6 +14852,7 @@ void Player::_SaveCharacter(bool create, CharacterDatabaseTransaction trans)
|
||||
stmt->SetData(index++, GetByteValue(PLAYER_FIELD_BYTES, 2));
|
||||
stmt->SetData(index++, m_grantableLevels);
|
||||
stmt->SetData(index++, _innTriggerId);
|
||||
stmt->SetData(index++, m_extraBonusTalentCount);
|
||||
|
||||
stmt->SetData(index++, IsInWorld() && !GetSession()->PlayerLogout() ? 1 : 0);
|
||||
// Index
|
||||
|
||||
Reference in New Issue
Block a user