mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Client::Handle_OP_RaidCommand crash fix
This commit is contained in:
parent
00b2debb32
commit
b9d2c1b9f6
@ -11480,7 +11480,7 @@ void Client::Handle_OP_RaidCommand(const EQApplicationPacket *app)
|
|||||||
|
|
||||||
Client *client_moved = entity_list.GetClientByName(raid_command_packet->leader_name);
|
Client *client_moved = entity_list.GetClientByName(raid_command_packet->leader_name);
|
||||||
|
|
||||||
if (client_moved) {
|
if (client_moved && client_moved->GetRaid()) {
|
||||||
client_moved->GetRaid()->SendHPManaEndPacketsTo(client_moved);
|
client_moved->GetRaid()->SendHPManaEndPacketsTo(client_moved);
|
||||||
client_moved->GetRaid()->SendHPManaEndPacketsFrom(client_moved);
|
client_moved->GetRaid()->SendHPManaEndPacketsFrom(client_moved);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user