diff --git a/src/Modules/ModParser.lua b/src/Modules/ModParser.lua index 60c59162..d01a236d 100644 --- a/src/Modules/ModParser.lua +++ b/src/Modules/ModParser.lua @@ -1356,7 +1356,7 @@ local modTagList = { ["per allocated mastery passive skill"] = { tag = { type = "Multiplier", var = "AllocatedMastery" } }, ["per allocated notable passive skill"] = { tag = { type = "Multiplier", var = "AllocatedNotable" } }, ["for each different type of mastery you have allocated"] = { tag = { type = "Multiplier", var = "AllocatedMasteryType" } }, - ["per grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } }, + ["per socketed grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } }, ["per second you've been stationary, up to a maximum of (%d+)%%"] = function(num) return { tag = { type = "Multiplier", var = "StationarySeconds", limit = tonumber(num), limitTotal = true } } end, ["per elemental ailment you've inflicted recently"] = { tag = { type = "Multiplier", var = "AppliedAilmentsRecently" } }, ["per tailwind"] = { tag = { type = "Multiplier", var = "Tailwind" } },