diff options
Diffstat (limited to 'npc')
-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 f79996e6e..27cf31b72 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -9,7 +9,7 @@ function script mobpoint { // You get MobLv + 10% as MobPoints. // So a level 100 monster gives you 110 MobPt. - .@addval=atoi(strmobinfo(3,killedrid))*11/10; + .@addval=strmobinfo(3,killedrid)*11/10; Mobpt = Mobpt + .@addval; |