mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 07:36:58 +00:00
da645fa53c
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).
47 lines
1.3 KiB
TeX
47 lines
1.3 KiB
TeX
## Interface: 11200
|
|
## Version: 1.5.1
|
|
## Title: MetaHunt - |cff00ff00Hunter
|
|
## Author: Metasploit and his Copilot ;)
|
|
## Notes: Unified addon suite for huntards making old addons compatible with Twow, and adding an arsenal of never seen Hunter's utilities.
|
|
## SavedVariables: MTH_SavedVariables, FOM_Config, FOM_FoodQuality, FOM_AddedFoods, FOM_RemovedFoods, FOM_Cooking, FOM_QuestFood, FOM_LocaleInfo
|
|
## SavedVariablesPerCharacter: ZHunterMod_Saved, MTH_CharSavedVariables
|
|
|
|
|
|
data\init.lua
|
|
Bindings.xml
|
|
|
|
## Load initialization and core framework
|
|
init\api.xml
|
|
api\core-feed-tracking.lua
|
|
|
|
## Load database files (DB files must come before data\init.lua)
|
|
data\ds-beasts.lua
|
|
data\ds-vendors.lua
|
|
data\ds-vendors-extra.lua
|
|
data\ds-items.lua
|
|
data\ds-items-extra.lua
|
|
data\ds-items-origins.lua
|
|
data\ds-bags.lua
|
|
data\ds-items-atlas-sources.lua
|
|
data\ds-zones.lua
|
|
data\ds-zones-fallback.lua
|
|
data\ds-zones-wma.lua
|
|
data\ds-minimap-sizes.lua
|
|
data\ds-unit-coords.lua
|
|
data\ds-creature-coords.lua
|
|
data\ds-beasts-families.lua
|
|
data\ds-beasts-families-dbc.lua
|
|
data\ds-beasts-skins.lua
|
|
data\ds-pet-spells.lua
|
|
data\ds-pet-spells-trainer.lua
|
|
data\ds-hunter-spells.lua
|
|
data\ds-hunter-spells-dbc.lua
|
|
data\ds-racial.lua
|
|
data\init.lua
|
|
|
|
## Load main addon entry point
|
|
MetaHunt.lua
|
|
|
|
## Load modules (each addon is now a self-contained module)
|
|
init\modules.xml
|