diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b0575f73e..2aaf1f980 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -539,7 +539,7 @@ function script clientupdater { // You'll get 1 Rare Point for every 1k GP obtained // Top was 1,000,000 → 1000 rare points - #RARE_POINTS+=.@trugp/1000; + //#RARE_POINTS+=.@trugp/1000; } // if ranking } |