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

This commit is contained in:
ariel-
2017-04-20 02:35:18 -03:00
parent 66ac1509ae
commit 2d325f25f6

View File

@@ -0,0 +1,3 @@
DELETE FROM `version`;
INSERT INTO `version` (`core_version`, `core_revision`, `db_version`, `cache_id`) VALUES
('TrinityCore rev. 73ec3a1d3b34 2017-04-19 01:14:14 +0100 (3.3.5 branch) (Win64, Release)','73ec3a1d3b34','TDB 335.63',63);