mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-23 13:17:45 +00:00
Remove unnecessary bit field in exd
This commit is contained in:
parent
7bfd9538c9
commit
b4dd70b98e
1 changed files with 1 additions and 1 deletions
2
deps/datReader/Exd/Structs.h
vendored
2
deps/datReader/Exd/Structs.h
vendored
|
@ -430,7 +430,7 @@ namespace Excel
|
||||||
uint8_t HideCastBar : 1;
|
uint8_t HideCastBar : 1;
|
||||||
uint8_t IsTargetLine : 1;
|
uint8_t IsTargetLine : 1;
|
||||||
|
|
||||||
int8_t unknown : 8;
|
int8_t unknown;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 75653 */
|
/* 75653 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue