Really fix PlayerChoiceResponse loading

This commit is contained in:
hondacrx
2020-12-17 17:15:31 -05:00
parent d6cfdce061
commit 664c14e241
+2 -1
View File
@@ -9245,9 +9245,10 @@ namespace Game
if (!responses.IsNull(16))
response.RewardQuestID.Set(responses.Read<uint>(16));
choice.Responses.Add(response);
++responseCount;
choice.Responses.Insert(responseId, response);
} while (responses.NextRow());
}