Core/Misc: Fix crash when loading playerchoice_response (#26454)

This commit is contained in:
MistiX
2021-04-20 20:34:45 +02:00
committed by GitHub
parent 7e78e25e34
commit bf1c73dfc2

View File

@@ -10509,7 +10509,7 @@ void ObjectMgr::LoadPlayerChoices()
// 0 1 2 3 4 5
if (QueryResult responses = WorldDatabase.Query("SELECT ChoiceId, ResponseId, ResponseIdentifier, ChoiceArtFileId, Flags, WidgetSetID, "
// 6 7 8 9 10 11 12 13 14 15 16
"UiTextureAtlasElementID, SoundKitID, GroupID, UiTextureKitID, Answer, Header, SubHeader, ButtonTemplate, Description, Confirmation, RewardQuestID "
"UiTextureAtlasElementID, SoundKitID, GroupID, UiTextureKitID, Answer, Header, SubHeader, ButtonTooltip, Description, Confirmation, RewardQuestID "
"FROM playerchoice_response ORDER BY `Index` ASC"))
{
do