From 14e54f78c76e424d69c22b4f5e418e0ca137db8c Mon Sep 17 00:00:00 2001 From: hatal175 Date: Fri, 19 Sep 2025 03:11:57 +0300 Subject: [PATCH] d_a_e_wb actually matches (#2668) * d_a_e_wb actually matches * wb - matches for JP as well --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 5cb79feedf4..8d404d66e34 100755 --- a/configure.py +++ b/configure.py @@ -1770,7 +1770,7 @@ config.libs = [ ActorRel(NonMatching, "d_a_e_tt"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_vt"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_warpappear"), - ActorRel(NonMatching, "d_a_e_wb"), + ActorRel(MatchingFor("GZ2E01", "GZ2J01"), "d_a_e_wb"), ActorRel(NonMatching, "d_a_e_ws"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_ww"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_yc"),