mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
More work on update packets
This commit is contained in:
parent
a8f7f57065
commit
42a8ae3752
11 changed files with 83 additions and 60 deletions
|
|
@ -31,7 +31,7 @@
|
|||
Vehicle::Vehicle() : Creature(), m_vehicleId(0)
|
||||
{
|
||||
m_isVehicle = true;
|
||||
m_updateFlag = (UPDATEFLAG_LOWGUID | UPDATEFLAG_HIGHGUID | UPDATEFLAG_LIVING | UPDATEFLAG_HAS_POSITION | UPDATEFLAG_VEHICLE);
|
||||
m_updateFlag = (UPDATEFLAG_LIVING | UPDATEFLAG_HAS_POSITION | UPDATEFLAG_VEHICLE);
|
||||
}
|
||||
|
||||
Vehicle::~Vehicle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue