Commit c4c3551
LocalIdentity
Fix Crash when using Bow with +1 Arrow Rune
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 anyway1 parent 873f311 commit c4c3551
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