From 2d325f25f660bec05af5bff74442eebe6451e8ac Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 20 Apr 2017 02:35:18 -0300 Subject: DB/Misc: populated version table with missing data from TDB file (again) --- sql/updates/world/3.3.5/2017_04_20_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_20_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_04_20_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_20_00_world_335.sql new file mode 100644 index 00000000000..b6f74f97438 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_20_00_world_335.sql @@ -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); -- cgit v1.2.3