From 65a6455c3106c294328648dd6bbc28a4a225f2ea Mon Sep 17 00:00:00 2001 From: j-tkay Date: Fri, 5 Jul 2013 01:54:05 +0800 Subject: Follow up 28a9fec0916db3d92629ae6e6cd62b5777b09e73 - Fixed Bug #7469 - Fixed Bug #7468 Signed-off-by: j-tkay --- npc/custom/healer.txt | 2 +- npc/custom/warper.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt index 7bd9119b2..d1cdbcfd4 100644 --- a/npc/custom/healer.txt +++ b/npc/custom/healer.txt @@ -28,7 +28,7 @@ } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { - specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; + specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt index 72d3bafac..e8f640d2d 100644 --- a/npc/custom/warper.txt +++ b/npc/custom/warper.txt @@ -34,7 +34,7 @@ menu "Last Warp ^777777["+lastwarp$+"]^000000",-, message strcharinfo(0),"You haven't warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; - end; + close; // ------------------- Functions ------------------- // * Go("",,); -- cgit v1.2.3-60-g2f50