mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
refactor(DB): Handle SQL files in a new way (#11494)
* refactor(DB): Handle SQL files in a new way * remove proof that it works files * Update rev_1650721405699287200.sql * Update rev_1650721339143444200.sql * Update rev_1650721386624384400.sql * fix build * fix
This commit is contained in:
@@ -478,7 +478,6 @@ bool StartDB()
|
||||
WorldDatabase.Execute("UPDATE version SET core_version = '{}', core_revision = '{}'", GitRevision::GetFullVersion(), GitRevision::GetHash()); // One-time query
|
||||
|
||||
sWorld->LoadDBVersion();
|
||||
sWorld->LoadDBRevision();
|
||||
|
||||
LOG_INFO("server.loading", "> Version DB world: {}", sWorld->GetDBVersion());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user