pow
pow

Reputation: 71

Stuck on "Connected"

I have an AzerothCore running on Windows in a local network. After logging in, the client hangs on "Connected" when attempting to enter the realm.

Upvotes: 0

Views: 3029

Answers (1)

pow
pow

Reputation: 71

This is how I've solved the issue:

  1. Find and record your Internal IP address. ( It will look like this -> 192.168.xxx.xxx )
  2. Use an MySQL client (e.g. HeidiSQL) to open the database table acore_auth.realmlist.
  3. Change address and localAddress from 127.0.0.1 to your internal IP address.
  4. Open your WoW client's realmlist.wtf file and change 127.0.0.1 to your internal IP address.
  5. Log in and enter the realm!

Upvotes: 5

Related Questions