Bot compile fix

This commit is contained in:
Michael Cook (mackal)
2014-12-15 20:08:46 -05:00
parent c25e17f3bc
commit b5c60d8123
7 changed files with 28 additions and 0 deletions
+4
View File
@@ -58,6 +58,10 @@
#include "worldserver.h"
#include "zone.h"
#ifdef BOTS
#include "bot.h"
#endif
extern QueryServ* QServ;
extern Zone* zone;
extern volatile bool ZoneLoaded;