diff options
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; } |