diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-29 23:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-29 23:47:24 -0300 |
commit | 15050642b8e2588a8b15e0755346b791a5c79e1b (patch) | |
tree | f6b988007384128479c125f13823749e01bca162 /npc/functions | |
parent | 87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e (diff) | |
download | serverdata-15050642b8e2588a8b15e0755346b791a5c79e1b.tar.gz serverdata-15050642b8e2588a8b15e0755346b791a5c79e1b.tar.bz2 serverdata-15050642b8e2588a8b15e0755346b791a5c79e1b.tar.xz serverdata-15050642b8e2588a8b15e0755346b791a5c79e1b.zip |
I forgot to give the badge to previous players as well
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index be84cb702..27ce35a71 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1045,8 +1045,10 @@ function script clientupdater { if (UPDATE < 1664044635) { UPDATE=1664044635; skill TMW2_DROPS, REBIRTH+1, 0; - if (getskilllv(TMW2_SKILLPERMIT) >= 2) + if (getskilllv(TMW2_SKILLPERMIT) >= 2) { getexp 20000, 1000; + getitem ScholarshipBadge, 1; + } } // :// End of Regular Update System |