Module:Traits: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 91: Line 91:


                 if string.find(k, '_pvp') then
                 if string.find(k, '_pvp') then
                     t.multiple_rows[k:gsub('_pvp', '')]['pvp'] = true
                     t.multiple_rows[k]['pvp'] = true
                 elseif string.find(k, '_enhanced') then
                 elseif string.find(k, '_enhanced') then
                     t.multiple_rows[k:gsub('_enhanced', '')]['enhanced'] = true
                     t.multiple_rows[k]['enhanced'] = true
                 end
                 end
             end
             end