Commit 3127068fdbe3cb5274fe7256758baefda146a6cf
Committed by
jiyue
1 parent
265ee99f
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,7 +2929,6 @@ function RolePlugin.bind(Role) | ||
2929 | elseif type == 4 then | 2929 | elseif type == 4 then |
2930 | bonus = self:bonusMerged(towerBnous[SystemBnousType.DinerPrice], levelBnous[SystemBnousType.DinerPrice]) | 2930 | bonus = self:bonusMerged(towerBnous[SystemBnousType.DinerPrice], levelBnous[SystemBnousType.DinerPrice]) |
2931 | end | 2931 | end |
2932 | - dump(bonus) | ||
2933 | if not flag then | 2932 | if not flag then |
2934 | return self:getDeltaValue(bonus, value) + (bonus[0] or 0) | 2933 | return self:getDeltaValue(bonus, value) + (bonus[0] or 0) |
2935 | else | 2934 | else |