From 4861e96ddcbc2d60bc302e99245648fe0cb299ec Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:39:56 +0100 Subject: [PATCH] fix: regex_error(error_badrepeat) --- .../YoStarEN/resource/tasks/Roguelike/Sami.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resource/global/YoStarEN/resource/tasks/Roguelike/Sami.json b/resource/global/YoStarEN/resource/tasks/Roguelike/Sami.json index f04f2f4a41..8d49036650 100644 --- a/resource/global/YoStarEN/resource/tasks/Roguelike/Sami.json +++ b/resource/global/YoStarEN/resource/tasks/Roguelike/Sami.json @@ -205,7 +205,7 @@ [".*Daw.*", "_pragmatic"], [".*rostbou.*", "_pragmatic"], [".*12.*", "_pragmatic"], - [".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"], + [".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"], [".*Immaculate ?Garde.*", "_default"], [".*70.*", "_default"], [".*Clairvoyant ?Carcass", "_default"], @@ -221,7 +221,7 @@ [".*Daw.*", "_exit"], [".*rostbou.*", "_exit"], [".*12.*", "_exit"], - [".*Ge?l?i?d? ?Rockshe.**", "_exit"], + [".*Ge?l?i?d? ?Rockshe.*", "_exit"], [".*Immaculate ?Garde.*", "_exit"], [".*70.*", "_exit"], [".*Clairvoyant ?Carcass", "_exit"], @@ -237,7 +237,7 @@ [".*Daw.*", "_exit"], [".*rostbou.*", "_exit"], [".*12.*", "_exit"], - [".*Ge?l?i?d? ?Rockshe.**", "_exit"], + [".*Ge?l?i?d? ?Rockshe.*", "_exit"], [".*Immaculate ?Garde.*", "_exit"], [".*70.*", "_exit"], [".*Clairvoyant ?Carcass", "_exit"], @@ -253,7 +253,7 @@ [".*Daw.*", "_SKIP_"], [".*rostbou.*", "_SKIP_"], [".*12.*", "_SKIP_"], - [".*Ge?l?i?d? ?Rockshe.**", "_SKIP_"], + [".*Ge?l?i?d? ?Rockshe.*", "_SKIP_"], [".*Immaculate ?Garde.*", "_SKIP_"], [".*70.*", "_SKIP_"], [".*Clairvoyant ?Carcass", "_SKIP_"], @@ -269,7 +269,7 @@ [".*Daw.*", "_pragmatic"], [".*rostbou.*", "_pragmatic"], [".*12.*", "_pragmatic"], - [".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"], + [".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"], [".*Immaculate ?Garde.*", "_default"], [".*70.*", "_default"], [".*Clairvoyant ?Carcass", "_default"], @@ -285,7 +285,7 @@ [".*Daw.*", "_pragmatic"], [".*rostbou.*", "_pragmatic"], [".*12.*", "_pragmatic"], - [".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"], + [".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"], [".*Immaculate ?Garde.*", "_default"], [".*70.*", "_default"], [".*Clairvoyant ?Carcass", "_default"],