aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-08-14 17:02:11 +0200
committerclick <none@none>2010-08-14 17:02:11 +0200
commitd86a0e5060897c06e2a5dea6d086c42485ae7017 (patch)
tree4195a60aa9971fb36f2b86c60924f5f77cbf205c /src/server/authserver/Main.cpp
parenta32f0e7e9d3e195d42e9b73de0cce0c0357f6710 (diff)
Core: Remove some useless defines (handled in the configfiles)
--HG-- branch : trunk
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r--src/server/authserver/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index 49022059240..88a98cd6cdb 100644
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -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());