Skip to content

Commit

Permalink
v.1.5.6 fixed warn about new events
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan Yazıcıoğlu committed Aug 25, 2024
1 parent 17e3f7f commit 864e89c
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 @@ -1515,7 +1515,7 @@ function Core:CheckEventInvites()
else
Core:Debug("Current guild events count: " .. currentGuildEventsCount);

if (processedEvents:count() < currentGuildEventsCount) then
if (GOW.DB.profile.warnNewEvents and processedEvents:count() < currentGuildEventsCount) then
Core:OpenDialog("NEW_EVENT_FOUND");
end
end
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.5
## Version: 1.5.6
## 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.5
## Version: 1.5.6
## 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.5
## Version: 1.5.6
## SavedVariables: GoWDB
## OptionalDeps: AstralKeys
## AddonCompartmentFunc: GuildsOfWow_OnAddonButtonClick
Expand Down

0 comments on commit 864e89c

Please sign in to comment.