mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27:45 +00:00
Fix Item
exd struct
This commit is contained in:
parent
05273f521b
commit
46809866a6
1 changed files with 2 additions and 3 deletions
5
deps/datReader/Exd/Structs.h
vendored
5
deps/datReader/Exd/Structs.h
vendored
|
@ -65,7 +65,6 @@ namespace Component::Excel
|
|||
int8_t CNT;
|
||||
int8_t GEN;
|
||||
int8_t DEF;
|
||||
int8_t padding0[2];
|
||||
};
|
||||
|
||||
/* 33331 */
|
||||
|
@ -94,7 +93,7 @@ namespace Component::Excel
|
|||
uint16_t RecastTime;
|
||||
uint16_t Action;
|
||||
uint16_t Salvage;
|
||||
int16_t BonusValue[6];
|
||||
int16_t BonusValue[7];
|
||||
uint8_t Level;
|
||||
uint8_t EquipLevel;
|
||||
uint8_t EquipPvPRank;
|
||||
|
@ -133,7 +132,7 @@ namespace Component::Excel
|
|||
uint8_t ConditionFemale : 1;
|
||||
uint8_t ConditionMale : 1;
|
||||
uint8_t DisableSameAccount : 1;
|
||||
int8_t padding2[6];
|
||||
int8_t padding2[4];
|
||||
};
|
||||
|
||||
/* 35156 */
|
||||
|
|
Loading…
Add table
Reference in a new issue