feat(starr-anime): Fix CRUCiBLE regex (#2265)

* Fix CRUCiBLE regex

* Fix CRUCiBLE regex
pull/2135/head
rg9400 2 months ago committed by SeiyaGame
parent f906991671
commit d8c0d48cef

@ -75,7 +75,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(CRUCiBLE)\\b"
"value": "\\[CRUCiBLE\\]|-CRUCiBLE\\b"
}
},
{

@ -84,7 +84,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(CRUCiBLE)\\b"
"value": "\\[CRUCiBLE\\]|-CRUCiBLE\\b"
}
},
{

Loading…
Cancel
Save