Core: Remove some useless defines (handled in the configfiles)

--HG--
branch : trunk
This commit is contained in:
click
2010-08-14 17:02:11 +02:00
parent a32f0e7e9d
commit d86a0e5060
5 changed files with 9 additions and 14 deletions

View File

@@ -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());