diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-02-17 13:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 13:24:15 +0100 |
commit | 2742a2ed37bec33544ca496b883ed50d6a50693e (patch) | |
tree | fd45fca2fc6d0cb97ee4aee65503a08822d23283 | |
parent | 2bcedc2859e7a60c0120470e3c7f2dcd22e733d2 (diff) |
AzerothCore 2.0.0
-rw-r--r-- | acore.json | 2 | ||||
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1550345259308644865.sql | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/acore.json b/acore.json index fa828e3f65..abd7b78755 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name" : "azerothcore-wotlk", - "version" : "2.0.0-dev", + "version" : "2.0.0", "license" : "AGPL3" }
\ No newline at end of file diff --git a/data/sql/updates/pending_db_world/rev_1550345259308644865.sql b/data/sql/updates/pending_db_world/rev_1550345259308644865.sql new file mode 100644 index 0000000000..c074e01f42 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1550345259308644865.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1550345259308644865'); + +UPDATE `version` SET `db_version`='ACDB 335.2', `cache_id`=2; |