diff --git a/AtlasLootClassic_Crafting/data-wrath.lua b/AtlasLootClassic_Crafting/data-wrath.lua index 3a1eb66a..8d1671df 100644 --- a/AtlasLootClassic_Crafting/data-wrath.lua +++ b/AtlasLootClassic_Crafting/data-wrath.lua @@ -1153,16 +1153,19 @@ data["JewelcraftingWrath"] = { { 3, 66448 }, -- Delicate Cardinal Ruby { 4, 66453 }, -- Flashing Cardinal Ruby { 5, 66450 }, -- Precise Cardinal Ruby - { 7, 53830 }, -- Bold Scarlet Ruby - { 8, 53946 }, -- Runed Scarlet Ruby - { 9, 53945 }, -- Delicate Scarlet Ruby - { 10, 53949 }, -- Flashing Scarlet Ruby - { 11, 53951 }, -- Precise Scarlet Ruby + { 6, 66449 }, -- Bright Cardinal Ruby + { 8, 53830 }, -- Bold Scarlet Ruby + { 9, 53946 }, -- Runed Scarlet Ruby + { 10, 53945 }, -- Delicate Scarlet Ruby + { 11, 53949 }, -- Flashing Scarlet Ruby + { 12, 53951 }, -- Precise Scarlet Ruby + { 13, 53947 }, -- Bright Scarlet Ruby { 16, 53831 }, -- Bold Bloodstone { 17, 53834 }, -- Runed Bloodstone { 18, 53832 }, -- Delicate Bloodstone { 19, 53844 }, -- Flashing Bloodstone { 20, 54017 }, -- Precise Bloodstone + { 21, 53835 }, -- Bright Bloodstone } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e39015d..dd2587ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,4 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ - fix lua error with ruRU clients - add Revered Helm Enchants from Factions #247 +- add missing red AP gems #249