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);
|
void OnLootMoney(Player* player, uint32 gold);
|
||||||
|
|
||||||
#ifdef MOD_PLAYERBOTS
|
|
||||||
public: /* PlayerbotScript */
|
public: /* PlayerbotScript */
|
||||||
|
|
||||||
bool OnPlayerbotCheckLFGQueue(lfg::Lfg5Guids const& guidsList);
|
bool OnPlayerbotCheckLFGQueue(lfg::Lfg5Guids const& guidsList);
|
||||||
@@ -743,7 +742,6 @@ public: /* PlayerbotScript */
|
|||||||
void OnPlayerbotUpdateSessions(Player* player);
|
void OnPlayerbotUpdateSessions(Player* player);
|
||||||
void OnPlayerbotLogout(Player* player);
|
void OnPlayerbotLogout(Player* player);
|
||||||
void OnPlayerbotLogoutBots();
|
void OnPlayerbotLogoutBots();
|
||||||
#endif
|
|
||||||
|
|
||||||
public: /* TicketScript */
|
public: /* TicketScript */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user