回合数优化
This commit is contained in:
parent
e954484a13
commit
c21607c52e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user