summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-02 19:48:21 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-02 19:48:21 -0300
commitbe6cf986bbbd122a15c12ffafef2b5931c56c1b3 (patch)
tree65a2f61598908dfb8782b75e90e8c5c83ab18933 /npc
parentdf01eb784f3cb59bea386b21fdf89a09c089293e (diff)
downloadserverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.gz
serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.bz2
serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.xz
serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.zip
Yay, refeer system works ^_^
Only the guest get the reward automatically, for now.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index cf2b424db..5069e61ad 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -57,7 +57,7 @@ function script checkclientversion {
next;
}
} while (.@ref$ == "");
- if (ClientVersion >= 24) return;
+ if (ClientVersion >= 24) close;
}
}