summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-17 22:50:41 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-17 22:50:41 -0300
commit1607da7e3dd1542226e7d7528a83816e8dc5584f (patch)
tree1c1c98a5f2d10e1322848ba9c056cea5f46a0726 /npc
parentd3b07bd7b3c8dd82fa24a1c086dbfe529bd1b1af (diff)
downloadserverdata-1607da7e3dd1542226e7d7528a83816e8dc5584f.tar.gz
serverdata-1607da7e3dd1542226e7d7528a83816e8dc5584f.tar.bz2
serverdata-1607da7e3dd1542226e7d7528a83816e8dc5584f.tar.xz
serverdata-1607da7e3dd1542226e7d7528a83816e8dc5584f.zip
When this update reaches live server, Valentine Day will be over.
Fix exploit.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 94a499535..1d0b14629 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -132,6 +132,7 @@ function script checkclientversion {
mesc l("Token Of Apology: 1x @@, 1x @@", getitemlink(SilverGift), getitemlink(MercBoxB));
getitem SilverGift, 1;
getitem MercBoxB, 1;
+ #VALENTINE_POINTS=0;
next;
}
}