回合数优化

This commit is contained in:
xiekaidong 2023-08-01 17:38:53 +08:00
parent e954484a13
commit c21607c52e

View File

@ -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)