[Database] Change npc_types walkspeed to be of type float (#4589)

* [Database] Change npc_types walkspeed to be of type float

* Update database_update_manifest.cpp
This commit is contained in:
Chris Miles
2025-01-07 13:46:32 -06:00
committed by GitHub
parent d89f9bdcc7
commit 03b30d5c7a
2 changed files with 12 additions and 1 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 9286
#define CURRENT_BINARY_DATABASE_VERSION 9287
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9045
#endif