Core/PlayerChoice: Fixed loading player_choice_response from db (#26541)

This commit is contained in:
MistiX
2021-05-22 15:13:50 +02:00
committed by GitHub
parent 38d932fa4a
commit c22f27a767

View File

@@ -10471,7 +10471,7 @@ void ObjectMgr::LoadPlayerChoices()
PlayerChoiceResponse& response = choice->Responses.back();
response.ResponseId = responseId;
response.ResponseId = fields[2].GetUInt16();
response.ResponseIdentifier = fields[2].GetUInt16();
response.ChoiceArtFileId = fields[3].GetInt32();
response.Flags = fields[4].GetInt32();
response.WidgetSetID = fields[5].GetUInt32();