diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-23 19:23:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-23 19:23:38 -0300 |
commit | 9af039e7babb0da972630ff304d330817455332c (patch) | |
tree | 40b1acc64a0de81fa09ea43e8b5e0df5446a78e3 /npc/functions | |
parent | 29861a91d835dd3689aa9bd6ac1ba829b5e24f35 (diff) | |
download | serverdata-9af039e7babb0da972630ff304d330817455332c.tar.gz serverdata-9af039e7babb0da972630ff304d330817455332c.tar.bz2 serverdata-9af039e7babb0da972630ff304d330817455332c.tar.xz serverdata-9af039e7babb0da972630ff304d330817455332c.zip |
[skip ci] another attempt before giving up.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 561a127ee..685a1ed37 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -34,7 +34,7 @@ OnNPCKillEvent: end; OnDelJExp: - setparam(JobExp, readparam(JobExp)-1); + setparam(JobExp, 200); dispbottom "Hey hey"; end; } |