diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index 731af6154..31c670909 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -9245,9 +9245,10 @@ namespace Game if (!responses.IsNull(16)) response.RewardQuestID.Set(responses.Read(16)); + choice.Responses.Add(response); + ++responseCount; - choice.Responses.Insert(responseId, response); } while (responses.NextRow()); }