Please tell me how to pull up the database 335.19031, then 335.19041 correctly ?
I tried clean upload TDB_full_world_335.22101_2022_10_17.sql database but I get errors:
>> The file '2018_02_28_02_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2018_03_03_02_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2021_04_02_02_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2018_08_02_00_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2018_03_03_03_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2018_03_03_04_world_335.sql' was applied to the database, but is missing in your update directory now!
>> The file '2018_03_03_05_world_335.sql' was applied to the database, but is missing in your update directory now!
Cleanup is disabled! There were 3104 dirty files applied to your database, but they are now missing in your source directory!
>> Applied 1 query. Containing 0 new and 6287 archived updates.
In mysql_stmt_prepare() id: 20, sql: "UPDATE creature SET spawndist = ?, MovementType = ? WHERE guid = ?"
Unknown column 'spawndist' in 'field list'
In mysql_stmt_prepare() id: 62, sql: "INSERT INTO creature (guid, id , map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
Unknown column 'spawndist' in 'field list'
Could not prepare statements of the World database, see log for details.