Commit f0e91c7
Fix Crash when using Bow with +1 Arrow Rune (PathOfBuildingCommunity#1282)
In the function to try and guess how many of the same rune there are on an item, it expects to see an integer somewhere in the modline
The fix sets the value as 1 but should be fine as if a mod has a number in it, the value will be overwritten anyway
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent ce9fb3e commit f0e91c7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
| 838 | + | |
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| |||
0 commit comments