From c21607c52e6e33a96c9da078a99c65607cc7f597 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 1 Aug 2023 17:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=90=88=E6=95=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/battle/cell/tiny_buff_cell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/battle/cell/tiny_buff_cell.lua b/lua/app/ui/battle/cell/tiny_buff_cell.lua index 93ec90a8..d5202b10 100644 --- a/lua/app/ui/battle/cell/tiny_buff_cell.lua +++ b/lua/app/ui/battle/cell/tiny_buff_cell.lua @@ -1,7 +1,7 @@ local TinyBuffCell = class("TinyBuffCell", BaseCell) function TinyBuffCell:refresh(buffName, round, num, result) - if round <= 1 or round > 9 then + if round <= 0 or round > 9 then round = GConst.EMPTY_STRING else round = tostring(round)