remove Test from ClassIcon
This commit is contained in:
		@@ -191,10 +191,6 @@ function Classicon:UNIT_SPEC(unit, spec)
 | 
				
			|||||||
    classIcon.texture:SetTexture(specIcons[Gladdy.buttons[unit].class][spec])
 | 
					    classIcon.texture:SetTexture(specIcons[Gladdy.buttons[unit].class][spec])
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function Classicon:Test(unit)
 | 
					 | 
				
			||||||
    self:ENEMY_SPOTTED(unit)
 | 
					 | 
				
			||||||
end
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
function Classicon:ResetUnit(unit)
 | 
					function Classicon:ResetUnit(unit)
 | 
				
			||||||
    local classIcon = self.frames[unit]
 | 
					    local classIcon = self.frames[unit]
 | 
				
			||||||
    if (not classIcon) then
 | 
					    if (not classIcon) then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user