DB/Misc: populated version table with missing data from TDB file

Closes #18274
This commit is contained in:
ariel-
2017-03-01 12:41:16 -03:00
parent ff43a74822
commit e08e36ab8f

View File

@@ -0,0 +1,3 @@
DELETE FROM `version`;
INSERT INTO `version` (`core_version`, `core_revision`, `db_version`, `cache_id`) VALUES
('TrinityCore rev. 5caefd9f6344 2016-10-16 15:14:23 +0100 (3.3.5 branch) (Win64, Release)','5caefd9f6344','TDB 335.62',62);