Skip to content

Commit

Permalink
Tweaked WotLK support
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Aug 10, 2022
1 parent c891fb4 commit 429741b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CB/Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,8 @@ def parse_url(self, url):
self.bulk_tukui_check()
return TukuiAddon('2', self.tukuiCache)
elif url.lower() == 'elvui:dev':
if self.clientType == 'wotlk':
return GitHubAddonRaw('tukui-org/ElvUI', 'wrath_beta', ['ElvUI', 'ElvUI_OptionsUI'],
self.config['GHAPIKey'])
else:
return GitHubAddonRaw('tukui-org/ElvUI', 'development', ['ElvUI', 'ElvUI_OptionsUI'],
self.config['GHAPIKey'])
return GitHubAddonRaw('tukui-org/ElvUI', 'development', ['ElvUI', 'ElvUI_OptionsUI'],
self.config['GHAPIKey'])
elif url.lower() == 'tukui':
if self.clientType == 'retail':
return TukuiAddon('Tukui', self.tukuiCache, 'tukui')
Expand Down

0 comments on commit 429741b

Please sign in to comment.