Commit 5c51a7c9 authored by mercury233's avatar mercury233 Committed by GitHub

fix CardNameContains (#2288)

parent 414481c5
......@@ -1074,6 +1074,7 @@ bool DeckBuilder::CardNameContains(const wchar_t *haystack, const wchar_t *needl
return true;
}
} else {
i -= j;
j = 0;
}
i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment