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

[8.2.5] Error with gossip dialogs offering multiple choices #42

Closed Ellypse closed 5 years ago

Ellypse commented 5 years ago

It seems 8.2.5 added more data to what is return by the game’s API for gossip dialog choices, offsetting subsequent data by 1, breaking all dialogs with more than one (quest?) option.

Example

For i = 1, numActiveQuestData, 6 do

Becomes

for i = 1, numActiveQuestData, 7 do