Skip to content

Commit

Permalink
Update for 11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Oct 23, 2024
1 parent c8fb510 commit 8bde409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Carbonite.toc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Interface: 110000, 110002
## Interface: 110000, 110005
## Title: Carbonite Maps @project-version@
## Version: @project-version@
## Author: No one
## Notes: Released Under GPL
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: CarbData
## IconTexture: Interface\AddOns\Carbonite\Gfx\MMBut.tga

## X-WoWI-ID: 12965
## X-Curse-Project-ID: 28460
Expand Down
4 changes: 2 additions & 2 deletions NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9048,7 +9048,7 @@ function Nx.Map:UpdateInstanceMap()
end
end

if not ((Nx.Map:IsInstanceMap(Nx.Map.RMapId) or Nx.Map:IsBattleGroundMap(Nx.Map.RMapId)) and self.CurOpts.NXInstanceMaps) and not C_Garrison.IsPlayerInGarrison(Enum.GarrisonType.Type_7_0) then
if not ((Nx.Map:IsInstanceMap(Nx.Map.RMapId) or Nx.Map:IsBattleGroundMap(Nx.Map.RMapId)) and self.CurOpts.NXInstanceMaps) and not C_Garrison.IsPlayerInGarrison(Enum.GarrisonType.Type_7_0_Garrison) then

Nx.Map.MouseOver = false
Nx.Map:GetMap(1).PlyrFrm:Hide()
Expand All @@ -9069,7 +9069,7 @@ function Nx.Map:UpdateInstanceMap()
--f.texture:SetColorTexture (1, 0, 0, 0.5)
end

if C_Garrison.IsPlayerInGarrison(Enum.GarrisonType.Type_6_0) then
if C_Garrison.IsPlayerInGarrison(Enum.GarrisonType.Type_6_0_Garrison) then

c:SetParent(f)
c:SetAllPoints();
Expand Down

0 comments on commit 8bde409

Please sign in to comment.