From 7cb34ffca2edbdbe0a34bddfc6f42bcae6c77571 Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Sun, 5 Apr 2026 03:21:56 -0500 Subject: [PATCH] Update dGame/dComponents/CharacterComponent.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- dGame/dComponents/CharacterComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/CharacterComponent.cpp b/dGame/dComponents/CharacterComponent.cpp index 5e7e09da..431d60ea 100644 --- a/dGame/dComponents/CharacterComponent.cpp +++ b/dGame/dComponents/CharacterComponent.cpp @@ -42,7 +42,7 @@ CharacterComponent::CharacterComponent(Entity* parent, const int32_t componentID m_EditorEnabled = false; 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_CountryCode = 0;