Convert NPC Spell AI from int16 to uint16. (#1262)

This commit is contained in:
Alex
2021-02-23 19:33:33 -05:00
committed by GitHub
parent 86ce506956
commit e6dee96266
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9160
#define CURRENT_BINARY_DATABASE_VERSION 9161
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9027