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