Small adjustments to my rushing [skip ci]

This commit is contained in:
Akkadius 2015-11-01 20:31:01 -06:00
parent e8d18cb014
commit 0ee70a663c
2 changed files with 2 additions and 21 deletions

View File

@ -1,24 +1,3 @@
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50505
Source Host : localhost:3306
Source Database : peq
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2015-11-01 20:28:21
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for perl_event_export_settings
-- ----------------------------
DROP TABLE IF EXISTS `perl_event_export_settings`;
CREATE TABLE `perl_event_export_settings` (
`event_id` int(11) NOT NULL,
`event_description` varchar(150) DEFAULT NULL,

View File

@ -1364,6 +1364,8 @@ void Mob::AI_Process() {
*
*/
Log.Out(Logs::General, Logs::Zone_Server, "AI Scan area timer check for :: %s", this->GetCleanName());
Mob* tmptar = entity_list.AICheckCloseAggro(this, GetAggroRange(), GetAssistRange());
if (tmptar)
AddToHateList(tmptar);