Commit e8204d3
authored
Change character limit for ConfigTab "count" object from 7 to 10 (#9697)
* Increase character limit for EditControl "count" input
"count" value limited to 7 characters constrains correct DPS calculation, especially with Minion Pact in consideration.
* Increase max length for EditControl "count" input
10 characters for futureproof (2^31-1 = 10 char)1 parent 2fca8f4 commit e8204d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments