Commit 6a566706 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Star Blast (#489)

parent 5089db63
......@@ -24,7 +24,7 @@ function c67196946.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local maxlv=tg:GetFirst():GetLevel()
local t={}
local l=1
while l<maxlv and l*500<lp do
while l<maxlv and l*500<=lp do
t[l]=l*500
l=l+1
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment