From 87059f128dc7743a50272550696fbfa29f27e529 Mon Sep 17 00:00:00 2001 From: dfj Date: Thu, 4 Jun 2026 00:29:22 +0200 Subject: [PATCH] Update AGENTS.md Update to reflect the addition of other spec's bis lists --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 54efa92..1f26e23 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,7 +20,7 @@ Amibis/ - **SavedVariables**: `AmibisDB` (account-wide, stores selected phase), `AmibisCharDB` (per-character, stores frame position + spec override) - **Namespace pattern**: `local addonName, ns = ...` — all modules attach to `ns` - **No build/test/lint tooling** — tested in-game via WoW client -- **Currently**: Only Priest (Discipline/Holy) T5 data populated +- **Currently**: Only T5 data populated ## Adding new BIS data 1. Add a `local CLASS_T5 = { ... }` table in `Data/BISLists.lua` following the existing `PRIEST_T5` structure