Skip to content

Commit

Permalink
Remove rank name from roster data
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan Yazıcıoğlu committed Aug 7, 2024
1 parent f4fcfb5 commit 12bbc9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,6 @@ function Core:SetRosterInfo()
GOW.DB.profile.guilds[guildKey].roster[name] = {
guid = guid,
note = note,
rank = rank,
rankIndex = rankIndex,
officerNote = officernote
};
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.5.2
## Version: 1.5.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.5.2
## Version: 1.5.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.5.2
## Version: 1.5.3
## SavedVariables: GoWDB
## OptionalDeps: AstralKeys
## AddonCompartmentFunc: GuildsOfWow_OnAddonButtonClick
Expand Down

0 comments on commit 12bbc9b

Please sign in to comment.