Open latchee opened 2 months ago
I found a work around. I appears that the the realm name is obtained via the URL of the realmlist (set under General Settings), not via the IP of the realm. To show the right name, I had to create a "dummy" realm in the realmlist table of the server A (vrealmd).
All appears to be define in the file Realm_model.php around line 131. ` /**
Hi there,
I have two realms, hosted on different servers with different IP.
The first realm (A), on IP A, is a Vmangos. The second realm (B) on IP B, is Azerothcore
The realm status works fine showing the first realm on IP A. However for the second realm, on IP B, the status shows the status of realm A. Both realms have the same ID (1) but on different servers. I have tried changing the IP of Realm A in YesilCMS admin page, the status is still showing as online, even though this was the wrong IP.
I wondered if the issue was with Redis not clearing its cache, but after doing a FLUSHDB in redis, nothing changed.
Would you be able to help with this?