From 8cbbf58014beb3596566cdeed62352c92806b3b8 Mon Sep 17 00:00:00 2001 From: shonya3 Date: Sat, 29 Apr 2023 12:05:26 +0300 Subject: [PATCH] fix: update legacy card list --- src-tauri/shared/src/types/record/initial_data.rs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src-tauri/shared/src/types/record/initial_data.rs b/src-tauri/shared/src/types/record/initial_data.rs index 2255b41f..61a4bf98 100644 --- a/src-tauri/shared/src/types/record/initial_data.rs +++ b/src-tauri/shared/src/types/record/initial_data.rs @@ -5,21 +5,19 @@ use crate::error::Error; use super::{NinjaRecord, Record}; use std::collections::HashMap; -pub const LEGACY_CARDS: [&'static str; 14] = [ +pub const LEGACY_CARDS: [&'static str; 12] = [ "Friendship", - "Vile Power", "Squandered Prosperity", "Blessing of God", "The Devastator", "Luck of the Vaal", - "A Note in the Wind", "The Valley of Steel Boxes", - "Akil's Prophecy", "Birth of the Three", "The Mayor", - "The Transformation", - "The Mad King", "Treasures of the Vaal", + "The Bargain", + "The Long Watch", + "The Sustenance", ]; pub const CARDS: [&'static str; 438] = [