mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fix HP/Mana/Endurance updates for group/raids when entering-leaving zone and when initially being added to group/raid
This commit is contained in:
@@ -583,8 +583,17 @@ void Client::CompleteConnect()
|
||||
|
||||
if (raid->IsLocked())
|
||||
raid->SendRaidLockTo(this);
|
||||
|
||||
raid->SendHPPacketsTo(this);
|
||||
}
|
||||
}
|
||||
else {
|
||||
Group *group_update = nullptr;
|
||||
group_update = this->GetGroup();
|
||||
if (group_update)
|
||||
group_update->SendHPPacketsTo(this);
|
||||
}
|
||||
|
||||
|
||||
//bulk raid send in here eventually
|
||||
|
||||
|
||||
Reference in New Issue
Block a user