From d8284d8c1c7f9f22836237cdc1d699092c648aa7 Mon Sep 17 00:00:00 2001 From: p3lim Date: Mon, 4 Dec 2023 08:23:35 +0000 Subject: [PATCH] Update vanilla data to 1.15.0.52409 --- data/nondisenchantable_vanilla.lua | 7 +++++++ data/openable_vanilla.lua | 1 + 2 files changed, 8 insertions(+) diff --git a/data/nondisenchantable_vanilla.lua b/data/nondisenchantable_vanilla.lua index 5f0f387..80c3d40 100644 --- a/data/nondisenchantable_vanilla.lua +++ b/data/nondisenchantable_vanilla.lua @@ -857,6 +857,7 @@ addon.data.nondisenchantable = { [23570] = true, -- Jom Gabbar [122270] = true, -- WoW Token [122284] = true, -- WoW Token + [209420] = true, -- Gillsbane [209611] = true, -- Insignia of the Alliance [209612] = true, -- Insignia of the Alliance [209613] = true, -- Insignia of the Alliance @@ -873,6 +874,10 @@ addon.data.nondisenchantable = { [209624] = true, -- Insignia of the Horde [209625] = true, -- Insignia of the Horde [209626] = true, -- Insignia of the Horde + [210696] = true, -- Rot Bane + [211500] = true, -- Resilient Cloth Headband + [211856] = true, -- Resilient Mail Coif + [211857] = true, -- Resilient Leather Mask [212580] = true, -- Lorekeeper's Staff [212581] = true, -- Outrunner's Bow [212582] = true, -- Protector's Sword @@ -881,4 +886,6 @@ addon.data.nondisenchantable = { [212585] = true, -- Outrider's Bow [212586] = true, -- Legionnaire's Sword [212587] = true, -- Scout's Blade + [213087] = true, -- Sergeant's Cloak + [213088] = true, -- Sergeant's Cloak } diff --git a/data/openable_vanilla.lua b/data/openable_vanilla.lua index 034f1e6..abd3dba 100644 --- a/data/openable_vanilla.lua +++ b/data/openable_vanilla.lua @@ -24,4 +24,5 @@ addon.data.openable = { [16884] = 175, -- Sturdy Junkbox [16885] = 250, -- Heavy Junkbox [24282] = 5000, -- Rogue's Diary + [208838] = 1, -- Dark Iron Lockbox }