mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core: Remove some useless defines (handled in the configfiles)
--HG-- branch : trunk
This commit is contained in:
@@ -219,7 +219,7 @@ extern int main(int argc, char **argv)
|
||||
///- Launch the listening network socket
|
||||
RealmAcceptor acceptor;
|
||||
|
||||
uint16 rmport = sConfig.GetIntDefault("RealmServerPort", DEFAULT_REALMSERVER_PORT);
|
||||
uint16 rmport = sConfig.GetIntDefault("RealmServerPort", 3724);
|
||||
std::string bind_ip = sConfig.GetStringDefault("BindIP", "0.0.0.0");
|
||||
|
||||
ACE_INET_Addr bind_addr(rmport, bind_ip.c_str());
|
||||
|
||||
Reference in New Issue
Block a user