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

Added another field to npcspawn

This commit is contained in:
Mordred 2018-08-13 21:44:48 +02:00
parent a335e19ee6
commit ebc1a7992d

View file

@ -459,7 +459,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
uint8_t gmRank; uint8_t gmRank;
uint8_t u3b; uint8_t u3b;
uint8_t u3a; uint8_t aggressionMode; // 1 passive, 2 aggressive
uint8_t onlineStatus; uint8_t onlineStatus;
uint8_t u3c; uint8_t u3c;
uint8_t pose; uint8_t pose;