From 260140014b3a088a0e6597ecc09af645622fa3ae Mon Sep 17 00:00:00 2001 From: Lag Date: Thu, 29 Sep 2022 15:55:26 +0200 Subject: [PATCH] add missing Armor/Weapon Velums #243 --- AtlasLootClassic_Crafting/data-wrath.lua | 7 ++++++- CHANGELOG.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AtlasLootClassic_Crafting/data-wrath.lua b/AtlasLootClassic_Crafting/data-wrath.lua index 0e50c986..bfb43595 100644 --- a/AtlasLootClassic_Crafting/data-wrath.lua +++ b/AtlasLootClassic_Crafting/data-wrath.lua @@ -1906,7 +1906,12 @@ data["InscriptionWrath"] = { name = AL["Misc"], [NORMAL_DIFF] = { { 1, 59387 }, -- Certificate of Ownership - { 16, 52739 }, -- Armor Vellum + { 3, 52739 }, -- Armor Vellum + { 4, 59499 }, -- Armor Vellum II + { 5, 59500 }, -- Armor Vellum III + { 18, 52840 }, -- Weapon Vellum + { 19, 59488 }, -- Weapon Vellum II + { 20, 59501 }, -- Weapon Vellum III } }, } diff --git a/CHANGELOG.md b/CHANGELOG.md index 276eae37..ecadacad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ - add content phase data for wrath (must be enabled in options) - add missing spell power food into cooking #242 - add Wintergrasp items +- add missing Armor/Weapon Velums #243 - update Profession ranks #236 - update Children's Week for Wrath PR #238 - update Ahune for Wrath PR #238