Total-RP / Storyline

A World of Warcraft add-on that improves the questing experience by replacing the default dialog frame by a more immersive frame with 3D models.
https://www.curseforge.com/wow/addons/storyline
14 stars 6 forks source link

Portrait frame on quest turn in uses the giver frame #20

Closed Solanya closed 6 years ago

Solanya commented 6 years ago

When completing a quest, if the quest had a portrait frame when receiving the quest, this frame will be shown while the default UI doesn't. This is due to Storyline using GetQuestPortraitGiver instead of GetQuestPortraitTurnIn when turning the quest in. Note : As of right now, GetQuestPortraitTurnIn doesn't return the mountID while GetQuestPortraitGiver does.

Also Blizz's usage of QuestFrame_ShowQuestPortrait on quest turn-in is borked atm