diff options
-rw-r--r-- | npc/003-0-1/professor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index a4d7737b4..dff4fa9aa 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -56,7 +56,7 @@ OnSpeeching: if (is_between(2, .@maxafk, checkidle())) { .@sk=getskilllv(TMW2_SPEECH); .@bxp=min(1+.@sk, 12); - .@jxp=min(1+(.@sk/2), 6); + .@jxp=min(1+(.@sk/3), 6); getexp .@bxp, .@jxp; |