From d73f255c53a1d89cea988c2f8e14d0e7180f2ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Tue, 13 Oct 2020 15:45:47 +0200 Subject: [PATCH] WeakAurasCompanion update --- CB/Core.py | 2 +- CB/Wago.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CB/Core.py b/CB/Core.py index 595699f..6c3e08d 100644 --- a/CB/Core.py +++ b/CB/Core.py @@ -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 diff --git a/CB/Wago.py b/CB/Wago.py index 306c46b..990880e 100644 --- a/CB/Wago.py +++ b/CB/Wago.py @@ -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: