Merge remote-tracking branch 'origin/master' into unstable

This commit is contained in:
KimLS
2019-06-24 17:45:44 -07:00
11 changed files with 211 additions and 255 deletions
+9
View File
@@ -11,6 +11,10 @@
#include "aa_ability.h"
#include "event_codes.h"
#ifdef BOTS
#include "bot_database.h"
#endif
class Client;
class Corpse;
class Merc;
@@ -549,6 +553,11 @@ public:
/* Things which really dont belong here... */
int16 CommandRequirement(const char* commandname);
#ifdef BOTS
// bot database add-on to eliminate the need for a second database connection
BotDatabase botdb;
#endif
protected:
void ZDBInitVars();