diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobhunter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index a19a595a1..f0fa46834 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -87,8 +87,8 @@ function script GHQ_GetRewardsOnMilestone { // Setup .@old=GHMEMO[getq(General_Hunter)]; .@new=getq2(General_Hunter); - .@blv=atoi(strmobinfo(3, .@monsterId)); - .@bhp=atoi(strmobinfo(4, .@monsterId)); + .@blv=strmobinfo(3, .@monsterId); + .@bhp=strmobinfo(4, .@monsterId); .@xp=0; .@gp=0; .@jp=0; |