diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 27ce35a71..30a83b40a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1045,10 +1045,10 @@ function script clientupdater { if (UPDATE < 1664044635) { UPDATE=1664044635; skill TMW2_DROPS, REBIRTH+1, 0; - if (getskilllv(TMW2_SKILLPERMIT) >= 2) { - getexp 20000, 1000; + if (getskilllv(TMW2_SKILLPERMIT) >= 1) getitem ScholarshipBadge, 1; - } + if (getskilllv(TMW2_SKILLPERMIT) >= 2) + getexp 20000, 1000; } // :// End of Regular Update System |