mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-23 16:16:58 +00:00
Remove empty placeholder init XMLs
init/env.xml, compat.xml, libs.xml, skins.xml contained only comments (no frames, scripts, or includes) and were loaded as no-ops at startup. Deleted the files and their MetaHunt.toc include lines. init/ now holds only the three real XMLs (api, localization, modules).
This commit is contained in:
@@ -11,12 +11,8 @@ data\init.lua
|
||||
Bindings.xml
|
||||
|
||||
## Load initialization and core framework
|
||||
init\env.xml
|
||||
init\compat.xml
|
||||
init\libs.xml
|
||||
init\api.xml
|
||||
api\core-feed-tracking.lua
|
||||
init\skins.xml
|
||||
|
||||
## Load database files (DB files must come before data\init.lua)
|
||||
data\ds-beasts.lua
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
||||
<!-- MetaHunt Compatibility Layer -->
|
||||
<!-- Handles version compatibility with Turtle WoW -->
|
||||
</Ui>
|
||||
@@ -1,4 +0,0 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
||||
<!-- MetaHunt Environment Setup -->
|
||||
<!-- Global tables, localization, and configuration -->
|
||||
</Ui>
|
||||
@@ -1,5 +0,0 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
||||
<!-- MetaHunt Library includes -->
|
||||
<!-- External libraries for enhanced functionality -->
|
||||
<!-- Note: Libraries can be added here as needed -->
|
||||
</Ui>
|
||||
@@ -1,4 +0,0 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
||||
<!-- MetaHunt UI Skins and Styling -->
|
||||
<!-- Placeholder for custom UI theming -->
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user