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
@@ -16,6 +16,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef BOTS
#include "bot.h"
#define SAFE_HP_RATIO_CLOTH 95.0f
@@ -884,3 +886,5 @@ bool IsHealRotationTargetMobType(Mob* target_mob)
return true;
}
#endif // BOTS