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_name.sql Normal file → Executable file
View File

@@ -1,3 +1,3 @@
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET name='azerothcore.org';
USE acore_auth;
SELECT * FROM realmlist;
UPDATE realmlist SET name='{{REALM_NAME}}';