Commit b709ffd
committed
Assign item.dwBuff in items.cpp:RecreateItem()
Make absolutely certain that the item.dwBuff flag is always set
for all items, regardless of how the function gets called.
Remove unnecessary item.dwBuff assignments
Since item.dwBuff is now set in RecreateItem(), these
assignments are unnecessary.1 parent 3dfc6f6 commit b709ffd
3 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1886 | 1886 | | |
1887 | 1887 | | |
1888 | 1888 | | |
1889 | | - | |
1890 | 1889 | | |
1891 | 1890 | | |
1892 | 1891 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3512 | 3512 | | |
3513 | 3513 | | |
3514 | 3514 | | |
3515 | | - | |
| 3515 | + | |
| 3516 | + | |
3516 | 3517 | | |
3517 | 3518 | | |
3518 | 3519 | | |
| |||
3556 | 3557 | | |
3557 | 3558 | | |
3558 | 3559 | | |
3559 | | - | |
| 3560 | + | |
3560 | 3561 | | |
3561 | 3562 | | |
3562 | 3563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2429 | 2429 | | |
2430 | 2430 | | |
2431 | 2431 | | |
2432 | | - | |
2433 | 2432 | | |
2434 | 2433 | | |
2435 | 2434 | | |
| |||
0 commit comments