mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 21:12:26 +00:00
[Bug Fix] Fix for Raid Disband if leader not in same zone. (#3135)
This commit is contained in:
parent
fe2dcb6544
commit
c5add503ab
@ -12185,7 +12185,7 @@ void Client::Handle_OP_RaidCommand(const EQApplicationPacket* app)
|
||||
}
|
||||
raid->SendGroupDisband(c_to_disband);
|
||||
raid->GroupUpdate(group);
|
||||
if (!raid->RaidCount() || !raid->GetLeader()) {
|
||||
if (!raid->RaidCount()) {
|
||||
raid->DisbandRaid();
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user