Skip to content

Commit

Permalink
v.1.6.2 Guild invite update
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan Yazıcıoğlu committed Sep 30, 2024
1 parent aa30cfb commit 1505675
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ function GOW:OnInitialize()
button1 = ACCEPT,
button2 = CANCEL,
OnAccept = function(self, data)
GuildInvite(data);
C_GuildInfo.Invite(data);
Core:PrintSuccessMessage("Invitation sent to " .. data);
Core:DialogClosed();
end,
OnCancel = function()
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.1
## Version: 1.6.2
## 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.1
## Version: 1.6.2
## 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.1
## Version: 1.6.2
## SavedVariables: GoWDB
## OptionalDeps: AstralKeys
## AddonCompartmentFunc: GuildsOfWow_OnAddonButtonClick
Expand Down

0 comments on commit 1505675

Please sign in to comment.