Azeroth Pilot Reloaded

Azeroth Pilot Reloaded

2M Downloads

Remove "blank" step in BattleForAzeroth_Horde.lua

Pahonix opened this issue ยท 0 comments

commented

In \APR-BattleForAzeroth\BattleForAzeroth_Horde.lua, lines 16988-16993 need to be removed as it results in a blank step in the current route:

    {        -- [Step 1
         ["TT"] = {
              ["y"] = 842,
              ["x"] = 4042.9,
         },
    },

This is a remnant leftover from removing "GroupTask" prompts throughout the route that were present back when it was current content. Here is the old step from v8.1058 of AAP:

        {
            ["GroupTask"] = 51162,
            ["QaskPopup"] = 51162,
            ["Group"] = 3,
            ["TT"] = {
                ["y"] = 842,
                ["x"] = 4042.9,
            },
        }, -- [1]