From d3944d6ca83c7681469306186ac871122da4f0ee Mon Sep 17 00:00:00 2001 From: danielwerg <35052399+danielwerg@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:18:14 +0300 Subject: [PATCH] fix: Bandit and Blitz `org` --- operators/bandit/index.ts | 2 +- operators/blitz/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operators/bandit/index.ts b/operators/bandit/index.ts index 9c2d1d1..2314035 100644 --- a/operators/bandit/index.ts +++ b/operators/bandit/index.ts @@ -3,7 +3,7 @@ import { IOperator } from "~/types/operator" export const bandit: IOperator = { name: "Bandit", role: "Defender", - org: "GSG9", + org: "GSG 9", squad: "WOLFGUARD", ratings: { health: 1, diff --git a/operators/blitz/index.ts b/operators/blitz/index.ts index d6adb4e..1ba7a06 100644 --- a/operators/blitz/index.ts +++ b/operators/blitz/index.ts @@ -3,7 +3,7 @@ import { IOperator } from "~/types/operator" export const blitz: IOperator = { name: "Blitz", role: "Attacker", - org: "GSG9", + org: "GSG 9", squad: "VIPERSTRIKE", ratings: { health: 2,