diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-17 20:00:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-17 20:00:28 -0300 |
commit | f915af6609099f7d675adc108570f0a100c121cf (patch) | |
tree | 7b09ed5a7563f41ece07fe946543981bc178ad80 /npc | |
parent | 9daced21e600bde90a5d282654075fe8aacc2f08 (diff) | |
download | serverdata-f915af6609099f7d675adc108570f0a100c121cf.tar.gz serverdata-f915af6609099f7d675adc108570f0a100c121cf.tar.bz2 serverdata-f915af6609099f7d675adc108570f0a100c121cf.tar.xz serverdata-f915af6609099f7d675adc108570f0a100c121cf.zip |
Update vouched titles
Diffstat (limited to 'npc')
-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 53587237a..4aa757cfb 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -861,6 +861,8 @@ function script clientupdater { ACADEMIC_RANK=ACADEMIC_STUDENT; else if (strcharinfo(0) == "Xanthem") ACADEMIC_RANK=ACADEMIC_STUDENT; + else if (strcharinfo(0) == "Povo") + ACADEMIC_RANK=ACADEMIC_STUDENT; if (ACADEMIC_RANK != ACADEMIC_LAYMAN) { // Select a benefactor |