1
Fork 0
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:
Rushi 2024-06-21 10:47:47 +02:00
parent 7bfd9538c9
commit b4dd70b98e

View file

@ -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 */