mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix already in raid message
This commit is contained in:
parent
31f891dda5
commit
cb49bae53c
@ -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);
|
||||
|
||||
@ -275,6 +275,7 @@
|
||||
#define TOLD_NOT_ONLINE 5046 //%1 is not online at this time.
|
||||
#define PETITION_NO_DELETE 5053 //You do not have a petition in the queue.
|
||||
#define PETITION_DELETED 5054 //Your petition was successfully deleted.
|
||||
#define ALREADY_IN_RAID 5060 //%1 is already in a raid.
|
||||
#define GAIN_RAIDEXP 5085 //You gained raid experience!
|
||||
#define DUNGEON_SEALED 5141 //The gateway to the dungeon is sealed off to you. Perhaps you would be able to enter if you needed to adventure there.
|
||||
#define ADVENTURE_COMPLETE 5147 //You received %1 points for successfully completing the adventure.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user