The error should now be resolved. The script was expecting a } to close the table that started at line 177 (which is CTLD.Config = {), but instead found the = from CTLD.HoverCoachConfig = { on line 340.

This commit is contained in:
iTracerFacer 2025-11-08 10:08:56 -06:00
parent 949db19de9
commit d8d5e049b9
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
-- 13) Inventory helpers
-- 14) Public helpers (catalog registration/merge)
-- 15) Export
-- =========================
if not _G.BASE then
env.info('[Moose_CTLD] Moose (BASE) not detected. Ensure Moose.lua is loaded before Moose_CTLD.lua')
@ -332,6 +333,7 @@ CTLD.Config = {
ShowStockInMenu = true, -- if true, append simple stock hints to menu labels (per current nearest zone)
HideZeroStockMenu = false, -- removed: previously created an "In Stock Here" submenu; now disabled by default
},
}
-- Immersive Hover Coach configuration (messages, thresholds, throttling)
-- All user-facing text lives here; logic only fills placeholders.