1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

[3.3] Fix Mount exd struct

(cherry picked from commit c0cd9347b17e05d9d241b2544e36ec8708d6475e)
This commit is contained in:
Lucy 2023-01-21 18:59:58 +01:00
parent 4ef05823e1
commit 198e1316b8

View file

@ -1131,9 +1131,6 @@ namespace Excel
struct Mount struct Mount
{ {
MountTextStruct Text; MountTextStruct Text;
Excel::StringOffset CallSE;
Excel::StringOffset CallFalseSE;
Excel::StringOffset ExitSE;
float Slowdown; float Slowdown;
float MoveAccel_Run; float MoveAccel_Run;
float MoveAccel_Walk; float MoveAccel_Walk;
@ -1159,7 +1156,7 @@ namespace Excel
uint8_t RadiusRate; uint8_t RadiusRate;
uint8_t unknown3[3]; uint8_t unknown3[3];
int8_t MountOrder; int8_t MountOrder;
uint8_t unknown4 : 4; uint8_t unknown4 : 5;
}; };
/* 201019 */ /* 201019 */