diff options
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/healer.txt | 2 | ||||
-rw-r--r-- | npc/custom/warper.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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("<map>",<x>,<y>); |