diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index fe5ab8d92..3b91a280c 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -11480,7 +11480,7 @@ void Client::Handle_OP_RaidCommand(const EQApplicationPacket *app) 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()->SendHPManaEndPacketsFrom(client_moved);