diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/heal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/heal.txt b/npc/other/heal.txt index f5ee1886b..b8df478b9 100644 --- a/npc/other/heal.txt +++ b/npc/other/heal.txt @@ -19,7 +19,7 @@ prontera.gat,150,184,5 script Healring#h1-1::Healring 1002,{ mes "Booooiiing!!";
next;
menu "Heal",-,"Quit",CANCEL;
- heal 30000,30000;
+ percentheal 100,100;
mes "[Healring]";
mes "Boooing! Booiing Boing! (Healed! Have fun!)";
close;
|