diff options
Diffstat (limited to 'npc/functions/TODO.txt')
-rw-r--r-- | npc/functions/TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/TODO.txt b/npc/functions/TODO.txt index 2cacec81b..8060fe579 100644 --- a/npc/functions/TODO.txt +++ b/npc/functions/TODO.txt @@ -86,7 +86,7 @@ function script ToDoMerc { } if (@pos >= .@d) { - MERC_EXP += .@d*.@m; + MERC_EXP += .@d*.@m-MERC_RANK; return 1; } } |