[Database] Fix default value for time_of_death in character_corpses (#4060)

* [Database] Fix default value for `time_of_death` in `character_corpses`

* Extra `NULL`

* Update repository

* Repositories with updated structure this time
This commit is contained in:
JJ
2024-02-11 16:12:07 -05:00
committed by GitHub
parent 3e6924d10e
commit 86a2a86ba8
3 changed files with 12 additions and 2 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 9260
#define CURRENT_BINARY_DATABASE_VERSION 9261
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9042
#endif