Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from grrttedwards/enable-wowinterface-classic
Browse files Browse the repository at this point in the history
Enable wowinterface classic addons
  • Loading branch information
grrttedwards authored Sep 3, 2019
2 parents 2a149f6 + e469839 commit 8398f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following hosts are supported as download targets. The URL specified should
|---------------|--------|---------|
| Curse |||
| WoWAce || ❌ Soon |
| WoWInterface || ❌ Soon |
| WoWInterface || |
| GitHub |||
| Tukui |||

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog

* 9/3/2019
Add support for WoWInterface classic addons.

* 8/31/2019
Add command-line argument for specifying a configuration file. Now multiple independent configurations can be used i.e. one for retail, and one for classic.

Expand Down
2 changes: 0 additions & 2 deletions updater/site/wowinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class WoWInterface(AbstractSite):
_URL = 'https://www.wowinterface.com/downloads/'

def __init__(self, url: str, game_version: GameVersion):
if game_version is GameVersion.classic:
raise NotImplementedError("Updating classic addons are not yet supported for WoWInterface.")
super().__init__(url, game_version)

@classmethod
Expand Down

0 comments on commit 8398f2c

Please sign in to comment.