Skip to content

Commit

Permalink
Update bt_model.js
Browse files Browse the repository at this point in the history
Range min is 5
  • Loading branch information
AFDudley committed Jun 20, 2013
1 parent 30dff86 commit 21c64d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/js/model/bt_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bt.model.common = {
},

ranges : {
ranged : { min : 4, max : 8 },
ranged : { min : 5, max : 8 },
dot : { min : 1, max : 1 },
aoe : { min : 1, max : Number.MAX_VALUE },
full : { min : 1, max : 1 }
Expand Down

0 comments on commit 21c64d7

Please sign in to comment.