mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Added code blocks for non-BOTS build failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user