diff --git a/Changelog and Notes.txt b/Changelog and Notes.txt index 18880bd..654c76f 100644 --- a/Changelog and Notes.txt +++ b/Changelog and Notes.txt @@ -41,6 +41,8 @@ Accept Ress - Will it ever accept ressurection if ressurecter in combat ? QueueTimer - Need to test if timer .After 0.1 is fine in SetupBar func (was 1 second before) +LibCandyBar - Will it be conflicting with other addons that use 3.3.5 version of CandyBar lib? + -------------------------------------------------------------------------------- -- Stuff to-do: diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index a3285e3..0b6d7ea 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -6545,10 +6545,10 @@ function LeaPlusLC:FriendCheck(name) local numEnterHops = GetNumRoutes(index) local debugString = '["' .. currentNode local routeString = currentNode - for i = 2, numEnterHops + 1 do - local nextHopX = string.format("%0.2f", TaxiGetDestX(index, i)) - local nextHopY = string.format("%0.2f", TaxiGetDestY(index, i)) - local hopPos = nextHopX .. ":" .. nextHopY + for i = 1, numEnterHops do + local nextHopX = TaxiGetDestX(index, i) + local nextHopY = TaxiGetDestY(index, i) + local hopPos = string.format("%0.2f", nextHopX) .. ":" .. string.format("%0.2f", nextHopY) local fpName = TaxiNodeName(i) @@ -6590,7 +6590,7 @@ function LeaPlusLC:FriendCheck(name) -- Add node names to debug string debugString = debugString .. " -- " .. nodeName - for i = 2, numEnterHops + 1 do + for i = 1, numEnterHops do local fpName = TaxiNodeName(i) -- Find comma index diff --git a/Leatrix_Plus_Flight_Horde.lua b/Leatrix_Plus_Flight_Horde.lua index a4e32e6..cf8ba41 100644 --- a/Leatrix_Plus_Flight_Horde.lua +++ b/Leatrix_Plus_Flight_Horde.lua @@ -961,7 +961,7 @@ ["0.63:0.44:0.45:0.56"] = 224, -- Orgrimmar, Thunder Bluff (David Galindo suggested 233) ["0.63:0.44:0.56:0.53"] = 110, -- Orgrimmar, Crossroads ["0.63:0.44:0.61:0.55"] = 108, -- Orgrimmar, Ratchet - ["0.63:0.56:0.00:0.00:0.63:0.64"] = 95, -- Orgrimmar, Valormok + ["0.63:0.56:0.63:0.64"] = 95, -- Orgrimmar, Valormok ["0.63:0.56:0.00:0.000.63:0.64"] = 90, -- Orgrimmar, Splintertree Post ["0.63:0.44:0.56:0.53:0.41:0.47"] = 258, -- Orgrimmar, Crossroads, Sun Rock Retreat ["0.63:0.44:0.55:0.42:0.41:0.37"] = 249, -- Orgrimmar, Splintertree Post, Zoram'gar Outpost