This commit is contained in:
bash
2024-07-29 18:17:04 +00:00
parent 89a60b61e3
commit 47019a73e8
21 changed files with 343 additions and 279 deletions

6
sql/update_realm_ip.sql Normal file → Executable file
View File

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