Added code blocks for non-BOTS build failures

This commit is contained in:
Uleat
2016-03-25 12:29:31 -04:00
parent 817d8ceb64
commit a99befebfe
6 changed files with 24 additions and 1 deletions
+4
View File
@@ -20,6 +20,8 @@
#ifndef BOT_DATABASE_H
#define BOT_DATABASE_H
#ifdef BOTS
#include "../common/dbcore.h"
#include "../common/eq_packet_structs.h"
@@ -85,3 +87,5 @@ public:
extern BotDatabase botdb;
#endif
#endif // BOTS