Closed Ellypse closed 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
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
Becomes