mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
[HP Updates] Resolved an issue when a player is swapped to a group in a raid - mana and endurance shows empty to group members
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ public:
|
||||
void VerifyRaid();
|
||||
void MemberZoned(Client *c);
|
||||
void SendHPManaEndPacketsTo(Client *c);
|
||||
void SendHPPacketsFrom(Mob *mob);
|
||||
void SendHPManaEndPacketsFrom(Mob *mob);
|
||||
void SendManaPacketFrom(Mob *mob);
|
||||
void SendEndurancePacketFrom(Mob *mob);
|
||||
void RaidSay(const char *msg, Client *c);
|
||||
|
||||
Reference in New Issue
Block a user