1
0

Fix mounts not visibly showing up on the KoS and earlier clients

This commit is contained in:
Emagi 2024-12-13 09:17:13 -05:00
parent 15738ef219
commit 871444f98c

View File

@ -2610,6 +2610,7 @@ void Spawn::InitializeInfoPacketData(Player* spawn, PacketStruct* packet) {
//Mount flag check //Mount flag check
if (entity->GetMount() > 0) { if (entity->GetMount() > 0) {
vis_flag += INFO_VIS_FLAG_MOUNTED; vis_flag += INFO_VIS_FLAG_MOUNTED;
classicFlags += INFO_CLASSIC_FLAG_NOLOOK; // serves as dual purpose for NPC's
} }
//Hide hood check //Hide hood check