diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-10 22:36:21 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-10 22:36:21 +0000 |
commit | 852cdf56c946f7965b3e038939ef99807a0a6ea6 (patch) | |
tree | 3722c10e53ed3aad7414fc5f2515c27f2e3c12ad /npc/other | |
parent | 3d29881d88223c6fa050de63dfd943d81540d819 (diff) | |
download | hercules-852cdf56c946f7965b3e038939ef99807a0a6ea6.tar.gz hercules-852cdf56c946f7965b3e038939ef99807a0a6ea6.tar.bz2 hercules-852cdf56c946f7965b3e038939ef99807a0a6ea6.tar.xz hercules-852cdf56c946f7965b3e038939ef99807a0a6ea6.zip |
Changed heal to percentheal.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@109 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;
|