This commit is contained in:
bash
2024-07-29 15:09:32 +00:00
parent 62a94b30cc
commit 89a60b61e3
4 changed files with 15 additions and 8 deletions

3
sql/update_realm_ip.sql Normal file
View File

@@ -0,0 +1,3 @@
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET address='192.168.178.185';