Compile bug fixes.

This commit is contained in:
whipowill
2022-05-18 15:18:48 -05:00
parent ad42a32643
commit bd2714535a
5 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ class PlayerbotHolder : public PlayerbotAIBase
PlayerBotMap::const_iterator GetPlayerBotsBegin() const { return playerBots.begin(); }
PlayerBotMap::const_iterator GetPlayerBotsEnd() const { return playerBots.end(); }
void UpdateAIInternal() override { }; // unused params "uint32 elapsed, bool minimal = false" - whipowill
void UpdateAIInternal([[maybe_unused]] uint32 elapsed, [[maybe_unused]] bool minimal = false) override { }; // unused params - whipowill
void UpdateSessions();
void HandleBotPackets(WorldSession* session);