Files
MetaHunt/MetaHunt.lua
T
2026-02-24 23:00:59 +01:00

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