[ISSUE] - Scarlet Enclave route and Dragonflight route update
Neogeekmo opened this issue ยท 0 comments
A23-ScarletEnclave and H23-ScarletEnclave Route
Please also add to Transport.db - i suggest right before the Dragonflight section around line 832
-- Eastern Kingdoms
if (APR.ActiveMap == "A23-ScarletEnclave" and (APRt_Zone == 37 or APRt_Zone == 84 or APRt_Zone == 124)) then
APRt_Zone = 23
elseif (APR.ActiveMap == "H23-ScarletEnclave" and (APRt_Zone == 1 or APRt_Zone == 85 or APRt_Zone == 124)) then
APRt_Zone = 23
end
Note: you will need to modify your script, if you haven't already, to account for the PickUpDB / QpartDB / DoneDB steps
Steps 104/105/106
Dragonflight
Also, DF05-2024-AzureSpan
needs to be re-exported. Found a typo in a questID and fixed it just now.