mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
7 lines
120 B
SQL
7 lines
120 B
SQL
UPDATE `version` SET
|
|
`db_version` = 'TDB 434.08',
|
|
`cache_id` = 8
|
|
WHERE
|
|
`db_version` = 'TDB 434.07'
|
|
LIMIT 1;
|