Skip to content

Commit

Permalink
Re-enabled GDKP for eligible realms
Browse files Browse the repository at this point in the history
  • Loading branch information
papa-smurf committed Mar 5, 2024
1 parent 79622c3 commit 944bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function GL:_init()
-- GDKPs are not allowed in SoD Season 2
if (C_Seasons.GetActiveSeason() == 2
-- Taiwan is excluded apparently: https://tw.forums.blizzard.com/zh/wow/t/gdkp/12240
and GetCurrentRegion() ~= GL.Data.Constants.Regions.Taiwan
and not GL:inTable({ "十字軍聖擊", "孤狼", "生命烈焰", "野性痊癒", }, GetRealmName())
) then
self.GDKPIsAllowed = false;
end
Expand Down

0 comments on commit 944bd53

Please sign in to comment.