From 54aa1ff18b428d4cd1902a9b2bd2c92b662d00b4 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Mon, 23 Jul 2018 19:55:04 -0300
Subject: Only give 90% from designed bonus merge EXP

---
 npc/functions/clientversion.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 6638a2c9e..3fb3bc273 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -55,6 +55,7 @@ function	script	checkclientversion	{
         mesc l("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!"), 3;
         //atcommand "@blvl "+#ADD_LVL;
         getitem TimeFlask, 1;
+        #ADD_LVL=(#ADD_LVL*9)/10;
         do {
             .@v=readparam(NextBaseExp)-readparam(BaseExp);
             getexp .@v, 0;
-- 
cgit v1.2.3-70-g09d2