Merge pull request #481 from Fragger/ap-stats-nan-fix

Add missing return data from getAttackApGain for Compute AP stats plugin
This commit is contained in:
Stefan Breunig 2013-03-15 06:24:54 -07:00
commit b74ca8469f

View File

@ -113,6 +113,7 @@ window.getAttackApGain = function(d) {
upgradeCount: upgradeCount,
enemyAp: enemyAp,
destroyAp: destroyAp,
resoAp: resoAp,
captureAp: captureAp
};
}