1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fixed CID 1197343

This commit is contained in:
AlexVinS 2016-12-05 03:12:11 +03:00
parent 4288bb88ae
commit 7126bd61a4

View File

@ -632,9 +632,6 @@ const TBonusListPtr CBonusSystemNode::getAllBonusesWithoutCaching(const CSelecto
afterLimiting.getBonuses(*ret, selector, limit);
}
else
beforeLimiting.getBonuses(*ret, selector, limit);
return ret;
}