Commit eb97418a39b79291187637ff70059bfa463bfced

Authored by zhangqijia
1 parent c3f5ce22

fix: delete log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -2929,7 +2929,6 @@ function RolePlugin.bind(Role)
2929 2929 elseif type == 4 then
2930 2930 bonus = self:bonusMerged(towerBnous[SystemBnousType.DinerPrice], levelBnous[SystemBnousType.DinerPrice])
2931 2931 end
2932   - dump(bonus)
2933 2932 if not flag then
2934 2933 return self:getDeltaValue(bonus, value) + (bonus[0] or 0)
2935 2934 else
... ...