Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving issue #1905: Aggregate Fights into a single txn to reduce gas… #1906

Merged
Prev Previous commit
Next Next commit
Fixed minor typo
  • Loading branch information
NindoK committed Mar 29, 2023
commit 56de944dd6c059f8ab942a383bcb151b8abf9e40
2 changes: 1 addition & 1 deletion frontend/src/views/Combat.vue
Original file line number Diff line number Diff line change
@@ -619,7 +619,7 @@ export default Vue.extend({
await this.getHourlyAllowance();
(this.$refs["no-skill-warning-modal"] as any).show();
} else {
this.fightTarget(targetToFight, targetIndex);
this.fightTargets(targetToFight, targetIndex);
}
},