Skip to content

Commit

Permalink
4.4.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
artscout committed Sep 6, 2024
1 parent e4227ef commit 5b271dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Carbonite/NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9178,7 +9178,7 @@ function Nx.Map:InitTables()

Nx.Map.MapZones = {
[0] = {12,13,1945,113,948,0,-1},
[1] = {1411,1412,1413,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1454,1456,1457,1943,1947,1950,198,199,249,327},
[1] = {1411,1412,1413,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1454,1456,1457,1943,1947,1950,198,199,249,327,338},
[2] = {1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1453,1455,1458,1941,1942,1954,1957,124,179,201,202,204,205,203,210,217,218,224,241,244,245},
[3] = {1944,1946,1948,1949,1951,1952,1953,1955},
[4] = {114,115,116,117,118,119,120,121,123,125,127,170},
Expand Down
2 changes: 1 addition & 1 deletion Carbonite/NxMapData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5265,7 +5265,7 @@ Map.MiniMapBlks = {
Map.MoltenFrontMapBlks,
2725, -- 2725 to 3531
27, 25,
Map.MapWorldInfo[338].X + Map.MapInfo[1].X + 3152.92266259766, Map.MapWorldInfo[338].Y + Map.MapInfo[1].Y + -2105.97034960937,
Map.MapWorldInfo[338].X + Map.MapInfo[1].X + 2452.92, Map.MapWorldInfo[338].Y + Map.MapInfo[1].Y + -1105.97,
"World\\Minimaps\\FirelandsDailies"
},
[407] = {
Expand Down
2 changes: 1 addition & 1 deletion Carbonite/NxUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3146,7 +3146,7 @@ function Nx.Window:OnUpdate (elapsed)
local x = not win.FullLock and Nx.Util_IsMouseOver (this)

if x then
if GetMouseFocus() == this then
if GetMouseFoci() == this then

local x, y = GetCursorPosition()
x = x / this:GetEffectiveScale()
Expand Down

0 comments on commit 5b271dd

Please sign in to comment.