mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
testing
This commit is contained in:
5
sql/find_character.sql
Executable file
5
sql/find_character.sql
Executable file
@@ -0,0 +1,5 @@
|
||||
USE acore_auth;
|
||||
SELECT acc.id AS accountId, ch.name as characterName, ch.guid AS characterId,
|
||||
FROM acore_auth.account AS acc
|
||||
INNER JOIN acore_characters.characters AS ch
|
||||
WHERE acc.id = ch.account and acc.username = '{{ACCOUNT_NAME}}';
|
||||
Reference in New Issue
Block a user