[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:
JJ
2024-01-13 20:58:46 -05:00
committed by GitHub
parent f3073b463f
commit e40267b9b8
4 changed files with 59 additions and 37 deletions
+1 -1
View File
@@ -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