mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
rename files
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "GitRevision.h"
|
||||
#include "GruntRealmList.h"
|
||||
#include "IoContext.h"
|
||||
#include "IPLocation.h"
|
||||
#include "MySQLThreading.h"
|
||||
#include "ProcessPriority.h"
|
||||
#include "Util.h"
|
||||
@@ -137,6 +138,9 @@ int main(int argc, char** argv)
|
||||
if (!StartDB())
|
||||
return 1;
|
||||
|
||||
// Load IP Location Database
|
||||
sIPLocation->Load();
|
||||
|
||||
std::shared_ptr<void> dbHandle(nullptr, [](void*) { StopDB(); });
|
||||
|
||||
std::shared_ptr<Trinity::Asio::IoContext> ioContext = std::make_shared<Trinity::Asio::IoContext>();
|
||||
|
||||
Reference in New Issue
Block a user