Remove MOD_PLAYERBOTS macro to compile without mod-playerbots

This commit is contained in:
Yunfan Li
2025-02-19 23:01:53 +08:00
parent 7d431dc796
commit 990c85c2cd

View File

@@ -731,7 +731,6 @@ public: /* LootScript */
void OnLootMoney(Player* player, uint32 gold);
#ifdef MOD_PLAYERBOTS
public: /* PlayerbotScript */
bool OnPlayerbotCheckLFGQueue(lfg::Lfg5Guids const& guidsList);
@@ -743,7 +742,6 @@ public: /* PlayerbotScript */
void OnPlayerbotUpdateSessions(Player* player);
void OnPlayerbotLogout(Player* player);
void OnPlayerbotLogoutBots();
#endif
public: /* TicketScript */