Selaa lähdekoodia

Changed heal to percentheal.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@109 54d463be-8e91-2dee-dedb-b68131a5f0ec
shadowlady 20 vuotta sitten
vanhempi
commit
c803d3e009
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      npc/other/heal.txt

+ 1 - 1
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;