summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-29 23:49:41 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-29 23:49:41 -0300
commitf944d4c4afe2bf5c709c8335e16267720fc98423 (patch)
treea0afc02679f4108a61a569fd6e9a55c85299a841
parent15050642b8e2588a8b15e0755346b791a5c79e1b (diff)
downloadserverdata-f944d4c4afe2bf5c709c8335e16267720fc98423.tar.gz
serverdata-f944d4c4afe2bf5c709c8335e16267720fc98423.tar.bz2
serverdata-f944d4c4afe2bf5c709c8335e16267720fc98423.tar.xz
serverdata-f944d4c4afe2bf5c709c8335e16267720fc98423.zip
I did a typo
-rw-r--r--npc/functions/clientversion.txt6
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