diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-28 01:49:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-28 01:49:38 -0300 |
commit | e27b2b661688e8e73ba44fd9e1517d0433a72fc1 (patch) | |
tree | d828f15551b62ff5642a8a5f2a7c3be8a5a447c4 /npc | |
parent | 5337c09791160b96552dfe2480c56d7891830801 (diff) | |
download | serverdata-e27b2b661688e8e73ba44fd9e1517d0433a72fc1.tar.gz serverdata-e27b2b661688e8e73ba44fd9e1517d0433a72fc1.tar.bz2 serverdata-e27b2b661688e8e73ba44fd9e1517d0433a72fc1.tar.xz serverdata-e27b2b661688e8e73ba44fd9e1517d0433a72fc1.zip |
I thought there was a bug for a moment.
Well, techinically there is but no one needs to know.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index e5483a906..0651279cd 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -71,9 +71,13 @@ OnGM: if (!debug) { if (!validatepin()) close; + } else { + mes ""; + mes "This is a Test Server, verification mode in AUTO."; } .@auth=true; // NOTE: Pihro and Pyndragon do not have player chars + // FIXME: Use account ID over char name (multi-server stable) if (strcharinfo(0) == "Jesusalva") { setgroupid(99); } else if (strcharinfo(0) == "Saulc") { |