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:
commit
b74ca8469f
@ -113,6 +113,7 @@ window.getAttackApGain = function(d) {
|
|||||||
upgradeCount: upgradeCount,
|
upgradeCount: upgradeCount,
|
||||||
enemyAp: enemyAp,
|
enemyAp: enemyAp,
|
||||||
destroyAp: destroyAp,
|
destroyAp: destroyAp,
|
||||||
|
resoAp: resoAp,
|
||||||
captureAp: captureAp
|
captureAp: captureAp
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user