mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 00:03:52 +00:00
Small adjustments to my rushing [skip ci]
This commit is contained in:
parent
e8d18cb014
commit
0ee70a663c
@ -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,
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user