mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
Spawn on login working
This commit is contained in:
+2
-2
@@ -2300,8 +2300,8 @@ bool Bot::Process()
|
||||
}
|
||||
|
||||
// Bot AI
|
||||
Raid* raid = entity_list.GetRaidByBot(this);
|
||||
if (raid)
|
||||
uint32 raid = entity_list.GetRaidByBot(this)->GetID();
|
||||
if (raid >= 0)
|
||||
AI_Process_Raid();
|
||||
else
|
||||
AI_Process();
|
||||
|
||||
Reference in New Issue
Block a user