summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 004751099..aa04a279c 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -801,6 +801,17 @@ function script clientupdater {
if (AFKING >= 2592000)
sk_lvup(TMW2_SPEECH); // 90 days mark
}
+ // Deprecate event points
+ // dom abr 26 12:41:55 BRT 2020
+ if (UPDATE < 1587915715) {
+ UPDATE=1587915715;
+
+ if (EVENT_POINTS) {
+ getitem StrangeCoin, EVENT_POINTS/5;
+ EVENT_POINTS=0;
+ }
+
+ }
// :// End of Regular Update System
////////////////////////////////////