Skip to content

Commit

Permalink
v1.6.3 keystone map fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan Yazıcıoğlu committed Oct 3, 2024
1 parent 1505675 commit 41c25be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ function Core:SetRosterInfo()

if (name == me) then
keystoneLevel = C_MythicPlus.GetOwnedKeystoneLevel();
keystoneMapId = C_MythicPlus.GetOwnedKeystoneMapID();
keystoneMapId = C_MythicPlus.GetOwnedKeystoneChallengeMapID();
else
if (C_AddOns.IsAddOnLoaded("AstralKeys") and AstralKeys) then
if (level >= _G['AstralEngine'].EXPANSION_LEVEL) then
Expand Down
2 changes: 1 addition & 1 deletion GuildsOfWoW-Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Notes: Guilds of WoW guild herald for Classic Progression servers
## X-Website: https://guildsofwow.com
## Author: Nhea
## Version: 1.6.2
## Version: 1.6.3
## SavedVariables: GoWDB
## IconTexture: Interface\Icons\vas_guildfactionchange

Expand Down
2 changes: 1 addition & 1 deletion GuildsOfWoW-Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Notes: Guilds of WoW guild herald for Classic Era servers
## X-Website: https://guildsofwow.com
## Author: Nhea
## Version: 1.6.2
## Version: 1.6.3
## SavedVariables: GoWDB

embed.xml
Expand Down
2 changes: 1 addition & 1 deletion GuildsOfWoW.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Notes: Guilds of WoW guild herald for retail World of Warcraft
## X-Website: https://guildsofwow.com
## Author: Nhea
## Version: 1.6.2
## Version: 1.6.3
## SavedVariables: GoWDB
## OptionalDeps: AstralKeys
## AddonCompartmentFunc: GuildsOfWow_OnAddonButtonClick
Expand Down

0 comments on commit 41c25be

Please sign in to comment.