Add missing return data from getAttackApGain for Compute AP statistics plugin

This commit is contained in:
Fragger 2013-03-15 04:48:49 -07:00
parent baacdb7014
commit 302ab34ad3

View File

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