mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 11:47:55 +00:00
[Bug Fix] Fix edge cases where camped bots would be left in a raid (#3139)
* [Bug Fix] Fix edge cases where camped bots would be left in a raid * formatting
This commit is contained in:
+1
-2
@@ -1703,11 +1703,10 @@ void Raid::VerifyRaid()
|
||||
//attribute before calling a client function or casting to client.
|
||||
b = entity_list.GetBotByBotName(m.member_name);
|
||||
m.member = b->CastToClient();
|
||||
m.is_bot = true; //Used to identify those members who are Bots
|
||||
m.is_bot = true;
|
||||
}
|
||||
else {
|
||||
m.member = nullptr;
|
||||
m.is_bot = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user