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 HEAL_ROTATION_H
#define HEAL_ROTATION_H
#ifdef BOTS
#include "mob.h"
#define CASTING_CYCLE_MINIMUM_INTERVAL 1000
@@ -146,3 +148,5 @@ bool IsHealRotationMemberClass(uint8 class_id);
bool IsHealRotationTargetMobType(Mob* target_mob);
#endif
#endif // BOTS