Commit ac8237f5 authored by fallenstardust's avatar fallenstardust

fix CardNameContains

parent 7330ba83
......@@ -1623,6 +1623,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