mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Bug Fix] Fix for Raid Disband if leader not in same zone. (#3135)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user