Moved bot npc spells entries to the 3000 + class id range

This commit is contained in:
Uleat
2017-02-26 05:47:10 -05:00
parent 0ee3168241
commit 9ae585dd81
6 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9105
#define CURRENT_BINARY_DATABASE_VERSION 9106
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9011
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9012
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif