mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[Merchants] Change database structure for merchant slots (#3974)
* [Merchants] Change database structure for merchant slots The `slot` field should be unsigned int. The temp slot is currently limited to 127. The client will limit the visible slots. * Update version.h
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
||||
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
||||
*/
|
||||
|
||||
#define CURRENT_BINARY_DATABASE_VERSION 9252
|
||||
#define CURRENT_BINARY_DATABASE_VERSION 9254
|
||||
|
||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9041
|
||||
|
||||
|
||||
Reference in New Issue
Block a user