mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Raid/Group/XTarget HP/Mana/Endurance updates now only send when percentage changes
Raid/Group Mana/Endurance updates should now update real-time once again Fixed an issue with clients looking like they are 'skipping' when they are moving in view of another client Fixed an issue with NPC's who are ghosted in plain view of a client when they are not really there
This commit is contained in:
@@ -584,14 +584,14 @@ void Client::CompleteConnect()
|
||||
if (raid->IsLocked())
|
||||
raid->SendRaidLockTo(this);
|
||||
|
||||
raid->SendHPPacketsTo(this);
|
||||
raid->SendHPManaEndPacketsTo(this);
|
||||
}
|
||||
}
|
||||
else {
|
||||
Group *group = nullptr;
|
||||
group = this->GetGroup();
|
||||
if (group)
|
||||
group->SendHPPacketsTo(this);
|
||||
group->SendHPManaEndPacketsTo(this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user