diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-17 20:00:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-17 20:00:46 -0300 |
commit | da72868ccbb20c277d3f4c788100a80331fcdc85 (patch) | |
tree | 3610f58e52cd715a07cdc5d673130174814fa67d | |
parent | f915af6609099f7d675adc108570f0a100c121cf (diff) | |
download | serverdata-da72868ccbb20c277d3f4c788100a80331fcdc85.tar.gz serverdata-da72868ccbb20c277d3f4c788100a80331fcdc85.tar.bz2 serverdata-da72868ccbb20c277d3f4c788100a80331fcdc85.tar.xz serverdata-da72868ccbb20c277d3f4c788100a80331fcdc85.zip |
Esteria has actually contributed to game information
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 4aa757cfb..e90f53f16 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -863,6 +863,8 @@ function script clientupdater { ACADEMIC_RANK=ACADEMIC_STUDENT; else if (strcharinfo(0) == "Povo") ACADEMIC_RANK=ACADEMIC_STUDENT; + else if (strcharinfo(0) == "Esteria") + ACADEMIC_RANK=ACADEMIC_STUDENT; if (ACADEMIC_RANK != ACADEMIC_LAYMAN) { // Select a benefactor |