Core/Pets: fixed a compile warning

This commit is contained in:
Ovahlord
2019-01-26 19:45:10 +01:00
parent 1d469a3d80
commit 815fa24e97

View File

@@ -291,7 +291,7 @@ bool Pet::LoadPetData(Player* owner, uint32 petEntry, uint32 petnumber, bool cur
float x, y, z, o;
GetPosition(x, y, z, o);
transport->CalculatePassengerOffset(x, y, z, &o);
m_movementInfo.transport.pos.Relocate(x, y, z, o); (x, y, z, o);
m_movementInfo.transport.pos.Relocate(x, y, z, o);
transport->AddPassenger(this);
}