mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Spawn on login working
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ void Bot::AI_Process_Raid()
|
||||
|
||||
// We also need a leash owner and follow mob (subset of primary AI criteria)
|
||||
Client* leash_owner = nullptr;
|
||||
if (r_group > 0) {
|
||||
if (r_group >= 0) {
|
||||
leash_owner = raid->GetGroupLeader(r_group)->CastToClient();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user