mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Fix compilation, thanks tru.bazoozoo, closes issue 3778
--HG-- branch : trunk
This commit is contained in:
@@ -146,6 +146,7 @@ public:
|
||||
// Launch the RA listener socket
|
||||
ListenSocket<RASocket> RAListenSocket (h);
|
||||
bool usera = sConfig.GetBoolDefault ("Ra.Enable", false);
|
||||
bool needInit = true;
|
||||
|
||||
if (usera)
|
||||
{
|
||||
@@ -163,7 +164,6 @@ public:
|
||||
sLog.outString ("Starting Remote access listner on port %d on %s", raport, stringip.c_str ());
|
||||
}
|
||||
|
||||
bool needInit = true;
|
||||
if ((LoginDatabase.GetBundleMask() & MYSQL_BUNDLE_RA))
|
||||
{
|
||||
LoginDatabase.Init_MySQL_Connection();
|
||||
|
||||
Reference in New Issue
Block a user