From d127c4a37741ad00652b6819f067e36c1af9ba56 Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 24 Aug 2024 20:01:41 -0500 Subject: [PATCH] Add Leyline Residue to `TWW_Global.lua` database under Special category --- Databases/TWW/TWW_Global.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Databases/TWW/TWW_Global.lua b/Databases/TWW/TWW_Global.lua index 888d08f..8e7b109 100644 --- a/Databases/TWW/TWW_Global.lua +++ b/Databases/TWW/TWW_Global.lua @@ -11,6 +11,10 @@ local db = { -- ID, --Item name 2100930, -- Bismuth }, + ["Special"] = { + -- ID, --Item name + 213613, -- Leyline Residue + }, } -- now that db is populated lets pass it on. addonTable.Database.TWWGlobal = db