mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 07:36:58 +00:00
11 lines
360 B
Lua
11 lines
360 B
Lua
------------------------------------------------------
|
|
-- MetaHunt: Hunter's Toolkit Addon
|
|
-- A unified addon merging FeedOMatic, Tooltips, and zhunter
|
|
-- Modern modular architecture with legacy addon support
|
|
------------------------------------------------------
|
|
|
|
-- Initialize beast database after all files loaded
|
|
if MTH_DS_OnLoad then
|
|
MTH_DS_OnLoad()
|
|
end
|