[Doors] Replace magic # in code with a field in doors table for when door closes. (#4288)

* [Doors] Move hard coded door close timer to doors table

* Fix typo in version #

* Make field unsigned and not null
This commit is contained in:
Paul Coene
2024-04-25 17:59:01 -04:00
committed by GitHub
parent 1b8922fc14
commit 1529c0f670
4 changed files with 46 additions and 22 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 9272
#define CURRENT_BINARY_DATABASE_VERSION 9273
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9043
#endif