diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 15:22:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 15:22:22 -0300 |
commit | d4efa8ec2fb37b8a81e3dcc5781cf5151f8f3104 (patch) | |
tree | efd1a3728115d84c528352d13f2b2cd141df6788 /npc/items/legacy_heal.txt | |
parent | 5b27aad922f1dddb5dff09d62c9b9623419cca48 (diff) | |
download | serverdata-d4efa8ec2fb37b8a81e3dcc5781cf5151f8f3104.tar.gz serverdata-d4efa8ec2fb37b8a81e3dcc5781cf5151f8f3104.tar.bz2 serverdata-d4efa8ec2fb37b8a81e3dcc5781cf5151f8f3104.tar.xz serverdata-d4efa8ec2fb37b8a81e3dcc5781cf5151f8f3104.zip |
Healing cleanup
Diffstat (limited to 'npc/items/legacy_heal.txt')
-rw-r--r-- | npc/items/legacy_heal.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt index fd390bfae..3ff0e1e60 100644 --- a/npc/items/legacy_heal.txt +++ b/npc/items/legacy_heal.txt @@ -48,7 +48,8 @@ OnUse: sc_start2 .@skill, @delay, @val1, 1; @delay=0; - @type=0; - @rarity=0; + @min=0; + @max=0; + @val1=0; end; } |