mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Added code blocks for non-BOTS build failures
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef BOT_COMMAND_H
|
||||
#define BOT_COMMAND_H
|
||||
|
||||
#ifdef BOTS
|
||||
|
||||
class Client;
|
||||
class Seperator;
|
||||
|
||||
@@ -665,3 +667,5 @@ void helper_send_usage_required_bots(Client *bot_owner, BCEnum::SpType spell_typ
|
||||
bool helper_spell_check_fail(STBaseEntry* local_entry);
|
||||
bool helper_spell_list_fail(Client *bot_owner, bcst_list* spell_list, BCEnum::SpType spell_type);
|
||||
#endif
|
||||
|
||||
#endif // BOTS
|
||||
|
||||
Reference in New Issue
Block a user