Commit 733419d0938bb3532e2fbb57ac04f7533398afca

Authored by zhouhaihai
2 parents bd06891b 4293d998

Merge branch 'taptap' into player

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/models/RolePlugin.lua
@@ -863,10 +863,9 @@ function RolePlugin.bind(Role) @@ -863,10 +863,9 @@ function RolePlugin.bind(Role)
863 if count > 0 then 863 if count > 0 then
864 count = math.max(count - add, 0) 864 count = math.max(count - add, 0)
865 end 865 end
866 -  
867 self:updateProperties({ 866 self:updateProperties({
868 advC = count + change, 867 advC = count + change,
869 - advCT = ctime, 868 + advCT = nextTime,
870 }) 869 })
871 end 870 end
872 871