Skip to content

Commit

Permalink
AutoPurchaseDragomflying talents - default to whirling surge for now …
Browse files Browse the repository at this point in the history
…(a selector like ride along will be implemented soon)
  • Loading branch information
Numynum authored Jul 27, 2024
1 parent 0643c2c commit ee2ee95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/autoPurchaseDragonRidingTalents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ function Module:PurchaseTalents()
table.insert(purchasedEntries, nodeInfo.entryIDs[1]);
end
else
-- Multiple entries, purchase the second one
local entryID = nodeInfo.entryIDs[2];
-- Multiple entries, purchase the first one
local entryID = nodeInfo.entryIDs[1];
if C_Traits.SetSelection(self.configID, nodeID, entryID) then
availableCurrency = availableCurrency - nodeCost;
purchasedSomething = true;
Expand Down

0 comments on commit ee2ee95

Please sign in to comment.