Skip to content

Commit

Permalink
update all databases (#72)
Browse files Browse the repository at this point in the history
* re-export world database

* re-export hotfixes database

* re-export characters database

* re-export auth database
  • Loading branch information
jasongdove authored Oct 23, 2024
1 parent c9025c2 commit 22bfd97
Show file tree
Hide file tree
Showing 61 changed files with 4,032 additions and 2,213 deletions.
4 changes: 2 additions & 2 deletions revision_data.h.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
#define _BUILD_DIRECTORY R"(@BUILDDIR@)"
#define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
#define _FULL_DATABASE "LegionCore_world_735.26972_2020_04_25.sql"
#define _HOTFIXES_DATABASE "LegionCore_hotfixes_735.26972_2020_04_03.sql"
#define _FULL_DATABASE "LegionCore_world_735.26972_2024_10_23.sql"
#define _HOTFIXES_DATABASE "LegionCore_hotfixes_735.26972_2024_10_23.sql"
#define VER_COMPANYNAME_STR "LegionCore"
#define VER_LEGALCOPYRIGHT_STR "(c)2024 LegionCore"
#define VER_FILEVERSION 0,0,0
Expand Down
1,439 changes: 821 additions & 618 deletions sql/base/auth_database.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 22bfd97

Please sign in to comment.