Skip to content

Commit

Permalink
WeakAurasCompanion update
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 13, 2020
1 parent 04adbad commit d73f255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CB/Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
self.configPath = Path('WTF/CurseBreaker.json')
self.cachePath = Path('WTF/CurseBreaker.cache')
self.clientType = 'wow_retail'
self.wagoCompanionVersion = 112
self.wagoCompanionVersion = 1110
self.config = None
self.cfIDs = None
self.cfDirs = None
Expand Down
2 changes: 1 addition & 1 deletion CB/Wago.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def install_companion(self, client_type, force):
Path('Interface/AddOns/WeakAurasCompanion').mkdir(exist_ok=True)
with open(Path('Interface/AddOns/WeakAurasCompanion/WeakAurasCompanion.toc'), 'w', newline='\n') as out:
out.write(f'## Interface: {"11305" if client_type == "wow_classic" else "90001"}\n## Title: WeakAu'
f'ras Companion\n## Author: The WeakAuras Team\n## Version: 1.1.0\n## Notes: Keep your WeakAu'
f'ras Companion\n## Author: The WeakAuras Team\n## Version: 1.1.1\n## Notes: Keep your WeakAu'
f'ras updated!\n## X-Category: Interface Enhancements\n## DefaultState: Enabled\n## LoadOnDem'
f'and: 0\n## OptionalDeps: WeakAuras, Plater\n\ndata.lua\ninit.lua')
with open(Path('Interface/AddOns/WeakAurasCompanion/init.lua'), 'w', newline='\n') as out:
Expand Down

0 comments on commit d73f255

Please sign in to comment.