mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
Cleanup of bot raid work and inclusion of bot_raid in cmake
This commit is contained in:
+4
-2
@@ -2112,7 +2112,7 @@ Raid* EntityList::GetRaidByClient(Client* client)
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#ifdef BOTS
|
||||
Raid* EntityList::GetRaidByBotName(const char* name)
|
||||
{
|
||||
|
||||
@@ -2134,7 +2134,9 @@ Raid* EntityList::GetRaidByBotName(const char* name)
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef BOTS
|
||||
Raid* EntityList::GetRaidByBot(Bot* bot)
|
||||
{
|
||||
|
||||
@@ -2152,7 +2154,7 @@ Raid* EntityList::GetRaidByBot(Bot* bot)
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Raid *EntityList::GetRaidByMob(Mob *mob)
|
||||
|
||||
Reference in New Issue
Block a user