mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Fix already in raid message
This commit is contained in:
@@ -10693,7 +10693,7 @@ void Client::Handle_OP_RaidCommand(const EQApplicationPacket *app)
|
||||
Client *i = entity_list.GetClientByName(ri->player_name);
|
||||
if (i){
|
||||
if (IsRaidGrouped()){
|
||||
i->Message_StringID(0, 5060); //group failed, must invite members not in raid...
|
||||
i->Message_StringID(0, ALREADY_IN_RAID, ri->player_name); //group failed, must invite members not in raid...
|
||||
return;
|
||||
}
|
||||
Raid *r = entity_list.GetRaidByClient(i);
|
||||
|
||||
Reference in New Issue
Block a user