make durability int again (#3467)
This commit is contained in:
parent
18c0b1858f
commit
6dbe9109b2
1 changed files with 2 additions and 2 deletions
|
|
@ -202,8 +202,8 @@ struct Item {
|
|||
enum spell_id _iSpell;
|
||||
int _iCharges;
|
||||
int _iMaxCharges;
|
||||
uint8_t _iDurability;
|
||||
uint8_t _iMaxDur;
|
||||
int _iDurability;
|
||||
int _iMaxDur;
|
||||
int16_t _iPLDam;
|
||||
int16_t _iPLToHit;
|
||||
int16_t _iPLAC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue