mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Remove MOD_PLAYERBOTS macro to compile without mod-playerbots
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user