Fix mounts not visibly showing up on the KoS and earlier clients
This commit is contained in:
parent
15738ef219
commit
871444f98c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user