diff options
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 |