diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-02 14:17:50 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-02 14:17:50 +0200 | 
| commit | 663169750598ec2e141ee9b6e5dcb5aaf139c98b (patch) | |
| tree | 3c3e8393931b4402fec74ba14dd805811082c45a | |
| parent | 4e37275a50f1a2f60f362418424ba80c7559884a (diff) | |
Update worldserver.conf.dist
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 70b7bf4373a..8d6e55751e2 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -100,7 +100,7 @@ LogsDir = ""  #    with configuration allowing to connect from diferent machine than the one running server  #    search for TCE00016 on forum.  #    Don't open port on firewall to external connections (it belongs to mysql, not to wow server). -#    The username you choice must have permisions to create/alter/rename tables. +#    The username you choose must have permisions to create/alter/rename tables.  LoginDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;auth"  WorldDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;world"  | 
