mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[10688] New version of patch for send real diff from last update.
In new version last update time stopred for specific Cell that store all world objects placed in it. All objects of Cell updated (or not updated) in same time. Original version provided by ciphercom.
This commit is contained in:
parent
464908f453
commit
e219ee99bb
36 changed files with 183 additions and 151 deletions
|
|
@ -56,9 +56,9 @@ void Vehicle::SetDeathState(DeathState s) // overwrite vir
|
|||
Creature::SetDeathState(s);
|
||||
}
|
||||
|
||||
void Vehicle::Update(uint32 diff)
|
||||
void Vehicle::Update(uint32 update_diff, uint32 tick_diff)
|
||||
{
|
||||
Creature::Update(diff);
|
||||
Creature::Update(update_diff, tick_diff);
|
||||
}
|
||||
|
||||
bool Vehicle::Create(uint32 guidlow, Map *map, uint32 Entry, uint32 vehicleId, uint32 team)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue