blob: bffd607813dc28a2897817a17a478d80689c93f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// eAthena's GM Accounts File
// Edited by MC Cameri to enable account id ranges
// Changing this file while login server is running
// Usage #1(Standard): <account id> <level>
// Usage #2(Range): <beginning of range[-:~]end of range> <level>
// Examples:
// 2000002 99
// 2000003-2000005 99
// 2000003~2000005 99
// 704585 30
704554-704584 99
|