Add NPC Max Aggro Distance to zone table

This commit is contained in:
Michael Cook (mackal)
2018-09-08 00:22:16 -04:00
parent ec40b3dc69
commit 7836d020ce
6 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -379,7 +379,8 @@ struct NewZone_Struct {
/*0708*/ uint32 FastRegenHP;
/*0712*/ uint32 FastRegenMana;
/*0716*/ uint32 FastRegenEndurance;
/*0720*/
/*0720*/ uint32 NPCAggroMaxDist;
/*0724*/
};
/*
+1 -1
View File
@@ -30,7 +30,7 @@
Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9126
#define CURRENT_BINARY_DATABASE_VERSION 9127
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9019
#else