aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-04-20 08:15:28 +0200
committerGitHub <noreply@github.com>2017-04-20 08:15:28 +0200
commitc8b0e6e42f02674fb21d418d7646c5d156dca0b4 (patch)
treec496e3f9896babeea1762a41a3370ba01b46b222
parent3a52bbb2f0c20e55cf51f89748c9203aa752783f (diff)
DB/Misc: populated version table with missing data from TDB file
Closes #19479
-rw-r--r--sql/updates/world/master/2017_04_20_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_04_20_00_world.sql b/sql/updates/world/master/2017_04_20_00_world.sql
new file mode 100644
index 00000000000..97d64909194
--- /dev/null
+++ b/sql/updates/world/master/2017_04_20_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `version`;
+INSERT INTO `version` (`core_version`, `core_revision`, `db_version`, `cache_id`) VALUES
+('TrinityCore rev. 3a52bbb 2017-04-19 01:14:14 +0100 (Master branch) (Win64, Release)','73ec3a1d3b34','TDB 720.00',6);