diff --git a/lua/app/ui/hero/cell/hero_list_cell.lua b/lua/app/ui/hero/cell/hero_list_cell.lua index 5633db94..145c88d9 100644 --- a/lua/app/ui/hero/cell/hero_list_cell.lua +++ b/lua/app/ui/hero/cell/hero_list_cell.lua @@ -55,6 +55,7 @@ function HeroListCell:refresh(index, heroList, stageFormation, allHeroCount, act self.heroCells[i]:refresh(heroEntity, not heroEntity:isActived()) self.heroCells[i]:showCheck(stageFormation[matchType] == heroId) self.heroCells[i]:addClickListener(function() + AudioManager:playEffect(AudioManager.CLICK_ID[GConst.CLICK_SOUND.NORMAL]) if func then func(self.heroCells[i], heroId) end @@ -68,6 +69,7 @@ function HeroListCell:refresh(index, heroList, stageFormation, allHeroCount, act self.heroCells[i]:setVisible(true) self.heroCells[i]:refresh(heroEntity, true) self.heroCells[i]:addClickListener(function() + AudioManager:playEffect(AudioManager.CLICK_ID[GConst.CLICK_SOUND.NORMAL]) if func then func(self.heroCells[i], heroId) end