diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 22:36:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 22:36:26 -0300 |
commit | 63e793cd7e9f6f712e79b5d655c75ae784d8dac5 (patch) | |
tree | 69e6601a770b7110329913572011119b1022c8d7 /npc/functions/resetstatus.txt | |
parent | 47abb1ee1826eeaf2495b52f7b5641ff7de60006 (diff) | |
download | serverdata-63e793cd7e9f6f712e79b5d655c75ae784d8dac5.tar.gz serverdata-63e793cd7e9f6f712e79b5d655c75ae784d8dac5.tar.bz2 serverdata-63e793cd7e9f6f712e79b5d655c75ae784d8dac5.tar.xz serverdata-63e793cd7e9f6f712e79b5d655c75ae784d8dac5.zip |
Fix bugs
Diffstat (limited to 'npc/functions/resetstatus.txt')
-rw-r--r-- | npc/functions/resetstatus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt index a78e2235e..0035196b8 100644 --- a/npc/functions/resetstatus.txt +++ b/npc/functions/resetstatus.txt @@ -7,7 +7,7 @@ // Return wasSP on success, 0 on failure // ConfirmReset( {price} ) -function script ConfirmStatusReset { +function script ConfirmStatusReset { .@plush_count=(BaseLevel*210-(10*210))/(BaseLevel/10); if (getarg(0,-1) >= 0) .@plush_count=getarg(0,-1); |