Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmcwhirter committed May 22, 2013
1 parent 90b437b commit f9bab03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -235,7 +235,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
, otherData = {
dmgMRKE: 0.7793 //defendable KE damage percent
, dmgFTKE: 0.207 //resistable KE damage percent
, dmgIE: 0.0137 //resistable IE damage percent
, dmgFTIE: 0.0137 //resistable IE damage percent
, shieldLow: 0.364663353 //lower bound on shield as a percent of budget, based on arkanian
, shieldHigh: 0.658429434 //upper bound on shield as a percent of budget, based on arkanian
}
Expand Down
1 change: 1 addition & 0 deletions src/swtor_tanking_optimizer.cc
Expand Up @@ -354,6 +354,7 @@ Optimizer(const Arguments& args)
}
}


//Check the keys and values for classData (defenseAdd, defenseBonus, shieldAdd, shieldBonus, absorbAdd, absorbBonus, drAddKE, drAddIE, drBonus, resistPct)
const unsigned int propCt = 10;
const Local<String> classDataProps[propCt] = {
Expand Down

0 comments on commit f9bab03

Please sign in to comment.