mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-28 04:02:25 +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->SendGroupDisband(c_to_disband);
|
||||||
raid->GroupUpdate(group);
|
raid->GroupUpdate(group);
|
||||||
if (!raid->RaidCount() || !raid->GetLeader()) {
|
if (!raid->RaidCount()) {
|
||||||
raid->DisbandRaid();
|
raid->DisbandRaid();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user