superwow: move into its own module

Moving superwow integration from thirdparty into a seperate module.
It's a client mod, not an addon and therefore should not bloat the
thirdparty section that is already huge enough.

It was a mistake to treat it as an addon-compat in first place.

Now having it as a seperate module also allows it to grow better
over time as new SuperWoW features are integrated into pfUI.
This commit is contained in:
shagu
2024-05-10 09:55:55 +02:00
parent 23c8f2744a
commit 77763cd95d
5 changed files with 50 additions and 55 deletions
+1
View File
@@ -70,4 +70,5 @@
<Include file="..\modules\totems.lua"/>
<Include file="..\modules\macrotweak.lua"/>
<Include file="..\modules\turtle-wow.lua"/>
<Include file="..\modules\superwow.lua"/>
</Ui>