I've implemented in C++ the Perkisize for speed reasons.
By mistake on the Group B I've changed the Perkisize score only for one number from the draw
as following:
for(int i = 0; i < 6; i++)
{
m_aPerksized[dd.nPicks[2]] = m_aPerksized[dd.nPicks[nDrw]] < 1 ? m_aPerksized[dd.nPicks[nDrw]] - 1 : m_aPerksized[dd.nPicks[nDrw]] + 1;
}
And after I found out the bug I realized I got...
2003-10-22 10:36:51 UTC in WINHunter