mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Misc: populated version table with missing data from TDB file (again)
This commit is contained in:
3
sql/updates/world/3.3.5/2017_04_20_00_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2017_04_20_00_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user