Update dGame/dComponents/CharacterComponent.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Kimbrell
2026-04-05 03:21:56 -05:00
committed by GitHub
parent e45e860ec0
commit 7cb34ffca2

View File

@@ -42,7 +42,7 @@ CharacterComponent::CharacterComponent(Entity* parent, const int32_t componentID
m_EditorEnabled = false; m_EditorEnabled = false;
m_EditorLevel = m_GMLevel; m_EditorLevel = m_GMLevel;
m_Reputation = Database::Get()->GetCharacterReputation(m_Character->GetObjectID()); m_Reputation = Database::Get()->GetCharacterReputation(m_Character->GetID());
m_CurrentActivity = eGameActivity::NONE; m_CurrentActivity = eGameActivity::NONE;
m_CountryCode = 0; m_CountryCode = 0;